Dead simple demo if you are trying to get started with Meteor packaging

I tried making my first Meteor package recently and found that there are many little hurdles to get over. Each one can take a few hours to figure out if you too are a n00B like me.

I’ve made it into a sort of tutorial. The goal is to provide a fully worked through example that includes testing and continuous integration.

Hopefully the two README files will obviate further explanation here:

The package : https://github.com/warehouseman/fliptext/blob/master/README.md
The demo that uses the package : https://github.com/warehouseman/fliptext-demo/blob/master/README.md

PLEASE advise of any defects!

4 Likes

Really nice. Try http://package-kitchen.meteor.com, and maybe make a fork/PR to incorporate some of your stuff ?