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