0.4.5 • Published 3 years ago

create-grandstack-app v0.4.5

Weekly downloads
58
License
MIT
Repository
-
Last release
3 years ago

create-grandstack-app

npm.io

Create a new GRANDstack application skeleton from the command line.

Usage:

yarn create grandstack-app <newappname>

or with npm:

npx create-grandstack-app <newappname>

If yarn is detected then packages will be installed with yarn with fallback to npm, use flag --use-npm to force use of npm.