module-factory
v0.1.17
Published
Module factory CLI
Readme
module-factory
Module factory - CLI
Develop the UMD module using ES6 syntax
Install
Using npm:
$ npm install module-factory -gOr using yarn:
$ yarn global add module-factoryUsage
Create module scaffolding.
$ mod create <module-name>If the directory file is already created.
$ cd path/to/<module-name>
$ mod create .Develop
In the module directory.
$ npm run devOr using yarn:
$ yarn devBuild
In the module directory.
$ npm run buildOr using yarn:
$ yarn buildThe module is eventually built into the ./dist directory.
