Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.05 KB

generator-meteor-package

A yeoman generator for scaffolding Meteor packages.

Getting Started

Install Yeoman

npm install -g yo

Install this generator

Check out this source from github. Change to the working directory, then run

npm install
npm link

This will install the npm dependancies for the generator and link the working copy into the global npm zone.

Use this generator

Always create an empty directory for your package, or re-run the generator from within an existing directory. To run the generator

yo meteor-package

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.

If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.

License

MIT Percolate Studio