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