Create Mono App
Create a Mono app in seconds
Preview
Usage
Globally
You can also install it globally with npm:
npm install -g create-mono-app
Then you can create a Mono app by running:
create-mono-app <my-mono-app>
With npx
Make sure you have npx installed (npx
is shipped by default since NPM 5.2.0
)
npx create-mono-app <my-mono-app>
With yarn
Or with yarn:
yarn create mono-app <my-mono-app>
ESLint
The module will ask you if you want to add ESLint in your project.
Test
Your Mono app is ready to be tested with AVA, nyc and mono-test-utils by running:
npm test
License
MIT © terrajs