0.4.5 • Published 5 years ago
create-grandstack-app v0.4.5
create-grandstack-app

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.