https://github.com/sfantasy/generator
NPM package generator.
https://github.com/sfantasy/generator
Last synced: about 2 months ago
JSON representation
NPM package generator.
- Host: GitHub
- URL: https://github.com/sfantasy/generator
- Owner: SFantasy
- License: mit
- Created: 2014-07-30T10:41:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T05:15:53.000Z (over 11 years ago)
- Last Synced: 2025-02-10T13:15:57.250Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/npm-generator
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generator
========
Simple NPM package generator.
[](https://nodei.co/npm/npm-generator/)
## Install
```
[sudo] npm install npm-generator [-g]
```
## Usage
### Generate package
```
npm-generator package-name
```
### Sample structure
```
|--bin
| |- pkg
|--lib
| |- index.js
|--test
| |- test.js
|-index.js
|-package.json
|-README.md
|-LICENSE
|-.travis.yml
|-.npmignore
|-.gitignore
```
## Reference
[Express-generator](https://github.com/expressjs/generator)
## License
The MIT License