create-minimal-workspace
v1.0.8
Published
Create the bare minimum monorepo workspace project.
Downloads
2
Readme
create-minimal-workspace
Create a minimal monorepo workspace (package). This command must target a directory inside an NPM workspaces monorepo.
# Create a minimal workspace in the current directory.
npm init minimal-workspace
# Create a minimal workspace in the specified directory.
npm init minimal-workspace -- my-lib