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