@impactor/nx-manager
v4.0.0
Published
NX generators and executors
Readme
nx-manager
An NX plugin that contain tools for managing NX workspaces and contain generators and executors.
Building
add the executor @impactor/nx-manager:universal-builder to the build target, then run nx build nx-manager to build the library.
Executors
universal-builder
- automatically detects the project type based on the existing configuration files, then selects the best building tools or run a custom command or npm script, such as Angular, NestJS, TypeScript, esbuild, webpack, or tsc
- provide hooks to be run before or after the execution
