monitoring-space
v0.0.1
Published
CLI that scaffolds a new npm workspace (default folder name "monitoring-space") inside the current project.
Maintainers
Readme
monitoring-space
CLI that creates a new npm workspace inside your current project.
Usage
npx monitoring-space # creates ./monitoring-space/ and registers it as a workspace
npx monitoring-space my-folder # creates ./my-folder/ insteadIt will:
- create the target folder with a minimal
package.json; - add the folder to the
workspacesarray of the rootpackage.jsonin the current directory (creating that root file if it does not exist); - abort with an error if the target folder already exists.
License
MIT
