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