Create a Mono module in seconds
Make sure you have npx installed (npx
is shipped by default since NPM 5.2.0
)
npx create-mono-module <my-mono-module>
Or with yarn:
yarn create mono-module <my-mono-module>
The module has ESLint configured to let you linted code from the start.
Your Mono module is ready to be tested with AVA, nyc and mono-test-utils.
npm test
MIT © terrajs