@uwblueprint/create-bp-app
v1.0.28
Published
Starter code generation CLI tool.
Downloads
10
Readme
starter-code-cli
CLI tool for generating starter code.
Publishing steps:
- Sign into the uwblueprint-infra account using
npm login
- Run
npm publish --dry-run
to see what files would be published - To actually publish to npm, run
npm publish --access public