Create a Mono app in seconds
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>
Make sure you have npx installed (npx
is shipped by default since NPM 5.2.0
)
npx create-mono-app <my-mono-app>
Or with yarn:
yarn create mono-app <my-mono-app>
The module will ask you if you want to add ESLint in your project.
Your Mono app is ready to be tested with AVA, nyc and mono-test-utils by running:
npm test
MIT © terrajs