retrospective-space
v0.0.1
Published
CLI that scaffolds a new npm workspace (default folder name "retrospective-space") inside the current project.
Maintainers
Readme
retrospective-space
CLI that creates a new npm workspace inside your current project.
Usage
npx retrospective-space # creates ./retrospective-space/ and registers it as a workspace
npx retrospective-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
