Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Contributing to Meteor Packages

Contributing to Meteor Packages

Ben Greene

August 27, 2015
Tweet

More Decks by Ben Greene

Other Decks in Programming

Transcript

  1. “accounts-entry is a meteor package that relies on Iron Router

    and provides an alternative interface to accounts-ui, with whole pages for sign up and sign in.”
  2. 1. Keep it simple 2. Try to match style 3.

    Respond quickly! 4. Make veiled threats 5. resubmit Ben’s guide to getting a pull request merged:
  3. 2. git submodule add PRO: easy to add CON: a

    pain to share, remove 3. meteor publish --create PRO: your forked package works like all the other ones you use CON: trivial amount of additional work 1. cp -r /path/to/package my_app/packages/ PRO: easy to add CON: source control nightmare