Skip to content

mono-js/create-mono-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Mono Module

Create a Mono module in seconds

Usage

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>

ESLint

The module has ESLint configured to let you linted code from the start.

Test

Your Mono module is ready to be tested with AVA, nyc and mono-test-utils.

npm test

License

MIT © terrajs