create-case-app
v0.1.1
Published
Generate a new CASE app
Downloads
2
Maintainers
Readme
create-case-app
Create a CASE app quickly installing the basic CASE Starter.
How to use
$ npx create-case-app my-case-app
Or you can specify a specific branch
$ npx create-case-app my-case-app BRANCH_NAME
Develop
You can run the script locally:
node index.js APP_NAME BRANCH_NAME
Publish
Update the package.json
version number and run:
npm publish