@nousantx/nwm
v1.1.0
Published
Another workspace manager.
Downloads
62
Readme
NWM - aNother Workspace Manager
Installation
npm i -g @nousantx/nwm
Usage
▶ nwm
@nousantx/nwm v1.1.0
Usage:
nwm list # List all scripts from all workspaces
nwm search <term> # Search available scripts by name or content
nwm run <workspace> <script> # Run specific script from a workspace
nwm add <workspace> [<-D>] <...packages> # Add dependencies to a workspace
nwm remove <workspace> <...packages> # Remove dependencies from a workspace
nwm version <workspace> # Update version of a workspace
nwm interactive # Start interactive mode
nwm help # Show this message
- List all scripts
nwm list
- Search scripts
nwm search <term>
Example :
nwm search build
- Run a script
nwm run <workspace> <script>
Example :
nwm run core build
- Add/Remove dependencies
Adding dependencies:
nwm add package-a -D tenoxui @tenoxui/property
Removing dependencies:
nwm remove package-a tenoxui
- Version control
nwm version package-a
- Interactive mode
nwm interactive