Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfantasy/generator
NPM package generator.
https://github.com/sfantasy/generator
Last synced: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T05:15:53.000Z (about 10 years ago)
- Last Synced: 2024-10-12T10:18:18.044Z (2 months 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.
[![NPM](https://nodei.co/npm/npm-generator.png)](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