Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sfantasy/generator

NPM package generator.
https://github.com/sfantasy/generator

Last synced: about 1 month ago
JSON representation

NPM package generator.

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