0.0.15 • Published 7 years ago

@meetup/generator-meetup-npm v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

generator-meetup-npm npm version Build Status

Yeoman generator for npm packages

Installation

First, install Yeoman and generator-meetup-npm using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g @meetup/generator-meetup-npm

Then generate your new project:

yo meetup-npm

This script has some rough edges

  • It will fail if there's existing github_deploy_key github_deploy_key.pub .travis files / directorties
  • It will copy the deployment keys for you. You need to add them to the github repo settings go to https://github.com/(your_repo)/settings/keys and make sure "Allow write access" is checked
  • You need to .gitignore github_deploy_key or you will deploy it with your npm module, making it public.
  • You need to edit the .travis.yml to include the key id's.

License

MIT © Matt Kime

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.5

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago