0.3.4 • Published 7 years ago
create-mono-app v0.3.4
Create Mono App
Create a Mono app in seconds

Usage
Globally
You can also install it globally with npm:
npm install -g create-mono-appThen 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 testLicense
MIT © terrajs