CLI to generate scaffolding for applications proposed by fastkit.
npm install create-fastkit-app> Create a fastkit includes workkspace project in seconds
Make sure you have npx installed (npx is shipped by default since npm 5.2.0)
``bash`
npx create-fastkit-app
Or starting with npm v6.1 you can do:
`bash`
npm init fastkit-app@latest
Or with yarn:
`bash``
yarn create fastkit-app