Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmlking/nxp
@nrwl nx-plugins
https://github.com/xmlking/nxp
angular ddd ddd-architecture domain-driven-development lerna ngxs nrwl nx nx-plugin
Last synced: about 1 month ago
JSON representation
@nrwl nx-plugins
- Host: GitHub
- URL: https://github.com/xmlking/nxp
- Owner: xmlking
- License: mit
- Created: 2020-03-28T23:03:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:28:57.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:22:19.560Z (8 months ago)
- Topics: angular, ddd, ddd-architecture, domain-driven-development, lerna, ngxs, nrwl, nx, nx-plugin
- Language: TypeScript
- Homepage:
- Size: 2.38 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Nx Plugins (nxp)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Renovate dependency Status](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)## Build Status
[![check](https://github.com/xmlking/nxp/workflows/check/badge.svg)](https://github.com/xmlking/nxp/actions?query=workflow%3Acheck)
[![npm](https://img.shields.io/npm/v/@xmlking/ddd)](https://github.com/xmlking/nxp/packages/165973)Plugins for [Nx](https://nx.dev) Workspace.
## Projects
| Status | Project | Description |
| :----: | ---------------------------- | -------------------------------------------------------------------------- |
| 📦 | [DDD](./libs/ddd/) | Nx plugin for structuring nx monorepo with domains and layers. |
| 🗄 | [Begetter](./libs/begetter/) | Nx plugin for grouping nx workspace lib modules based on domain and usage. |## Documentation
- Dev [Docs](DEVELOPMENT.md)
- [Shell Library patterns with Nx and Monorepo Architectures](https://indepth.dev/the-shell-library-patterns-with-nx-and-monorepo-architectures/)
- [Tiny Angular application projects in Nx workspaces](https://indepth.dev/tiny-angular-application-projects-in-nx-workspaces/)