@meetup/generator-meetup-npm
v0.0.15
Published
Yeoman generator for npm packages
Downloads
7
Maintainers
Readme
generator-meetup-npm
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