0.0.15 • Published 8 years ago
@meetup/generator-meetup-npm v0.0.15
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-npmThen generate your new project:
yo meetup-npmThis script has some rough edges
- It will fail if there's existing
github_deploy_keygithub_deploy_key.pub.travisfiles / 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
.gitignoregithub_deploy_keyor you will deploy it with your npm module, making it public. - You need to edit the
.travis.ymlto include the key id's.
License
MIT © Matt Kime