3.1.1 • Published 8 years ago

generator-p v3.1.1

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

generator-p Build Status js-standard-style

A minimal yeoman generator for npm packages. This is intended to cut out the majority of boilerplate required in creating a npm modules.

Installation

npm install -g generator-p

Usage

$ mkdir package-name && cd $_
$ yo p

You will then be prompted for some information that will be used to generate an npm package. This generator prompts you for:

  • Name
  • Github username
  • Twitter username
  • Package name
  • Package description

Using the information to create thorough package.json, index.js, license.md, test.js, and readme.md files with the following structure:

awesome-package/
  - test.js
  - .editorconfig
  - .gitignore
  - index.js
  - license
  - package.json
  - readme.md

This generator uses ava for tests and standard style.

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander (@4lpine).

3.1.1

8 years ago

3.1.0

8 years ago

3.0.3

9 years ago

3.0.2

9 years ago

2.2.1

9 years ago

2.2.0

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.3.0

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago