@meetup/generator-meetup-npm

0.0.15 • Public • Published

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

Package Sidebar

Install

npm i @meetup/generator-meetup-npm

Weekly Downloads

0

Version

0.0.15

License

MIT

Last publish

Collaborators

  • meetupbot