https://github.com/parro-it/mod-scaffold
scaffold node packages
https://github.com/parro-it/mod-scaffold
Last synced: 10 months ago
JSON representation
scaffold node packages
- Host: GitHub
- URL: https://github.com/parro-it/mod-scaffold
- Owner: parro-it
- License: mit
- Created: 2016-10-13T22:58:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T14:10:50.000Z (over 5 years ago)
- Last Synced: 2024-08-10T22:57:08.710Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.22 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# mod-scaffold
[](https://greenkeeper.io/)
> 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:
```bash
$ + my-module
```
scaffold a new module called 'my-module' using a template named electron-app:
```bash
$ + my-module electron-app
```
[](http://travis-ci.org/parro-it/mod-scaffold)
[](https://npmjs.org/package/mod-scaffold)
## Install
With [npm](https://npmjs.org/) installed, run
```
$ npm install mod-scaffold
```
## See Also
- [`noffle/common-readme`](https://github.com/noffle/common-readme)
## License
MIT