|
1 | 1 | # Nx Plugins (nxp) |
2 | 2 |
|
3 | | -[](https://github.com/xmlking/nxp/packages/165973) |
4 | 3 | [](https://lerna.js.org/) |
5 | 4 | [](http://commitizen.github.io/cz-cli/) |
6 | 5 | [](https://github.com/semantic-release/semantic-release) |
7 | 6 | [](https://renovatebot.com/) |
8 | 7 | [](https://opensource.org/licenses/MIT) |
9 | 8 |
|
10 | | -Plugins for [Nx](https://nx.dev). |
11 | | - |
12 | | -- [**@xmlking/nxp-ddd**](libs/ddd/) - Nx plugin for structuring a monorepo with domains and layers |
| 9 | +## Build Status |
13 | 10 |
|
14 | | -This plugin adds some enhancements to @manfredsteyer [DDD](https://github.com/angular-architects/nx-ddd-plugin) Nx plugin |
| 11 | +[](https://github.com/xmlking/nxp/actions?query=workflow%3Acheck) |
| 12 | +[](https://github.com/xmlking/nxp/packages/165973) |
15 | 13 |
|
16 | | -- State Management with [ngxs](https://www.ngxs.io/) |
17 | | -- [Shell Library patterns](https://indepth.dev/the-shell-library-patterns-with-nx-and-monorepo-architectures/) |
18 | | -- Ability to add `entities` independently as well as along with adding `feature` modules |
| 14 | +Plugins for [Nx](https://nx.dev) Workspace. |
19 | 15 |
|
20 | | -## Build Status |
| 16 | +## Projects |
21 | 17 |
|
22 | | -[](https://github.com/xmlking/nxp/actions?query=workflow%3Acheck) |
| 18 | +| Status | Project | Description | |
| 19 | +| :----: | -------------------------- | ------------------------------------------------------------- | |
| 20 | +| 🗄 | [DDD](./libs/ddd/) | Nx plugin for structuring a monorepo with domains and layers. | |
| 21 | +| 📦 | [Modular](./libs/modular/) | Nx plugin for for structuring a monorepo into grouped Modules | |
23 | 22 |
|
24 | 23 | ## Documentation |
25 | 24 |
|
26 | | -- Plugin [Docs](libs/ddd/) |
27 | 25 | - Dev [Docs](DEVELOPMENT.md) |
0 commit comments