Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Files

Latest commit

7532fa6 · May 24, 2020

History

History
19 lines (12 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 450 Bytes

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.