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.
