0.1.1 • Published 7 years ago

mod-scaffold v0.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

mod-scaffold

Greenkeeper badge

scaffold node packages

mod-scaffold is a simple but powerful tool to scaffold node modules. It use yarn to install dependencies and the power of the system shell to do all the rest.

Usage

scaffold a new module called 'my-module' using the default template:

$ + my-module

scaffold a new module called 'my-module' using a template named electron-app:

$ + my-module electron-app

Travis Build Status NPM downloads

Install

With npm installed, run

$ npm install mod-scaffold

See Also

License

MIT