@space-arch/nx-plugin-std
v1.7.1
Published
Standard Nx plugin for Space Architects workspace
Readme
@space-arch/nx-plugin-std
Space Architects Standard Nx for standard Nx workflows such as creating packages, initializing config files and frameworks, building and deploying apps, and so on.
Installation
npm install -D @space-arch/nx-plugin-std
# or
pnpm add -D @space-arch/nx-plugin-stdUsage
Add to your nx.json plugins array:
{
"plugins": [
"@space-arch/nx-plugin-std"
]
}Features
- Custom generators for project scaffolding
- Enhanced executors for specialized build processes
- Workspace automation utilities
Contributing
This package is part of the Space Architects monorepo.
