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