O R PA C K A G E ? • Meteor code wrapped up and available to run in a browser, sever, and/or mobile device • Available to be added to Meteor apps via meteor add <package-name> • Most are hosted on github and available on http:// atmospherejs.com
R PA C K A G E S • In Meteor core • Share useful functionality with the Meteor community • Wrap up other JS libraries and tools • Break up functionality of your application in logical chunks
S H A PA C K A G E • $ meteor publish —create • You may have to authenticate with your meteor.com user account the first time you run the publish command
I N G • Use Tinytest • https://www.eventedmind.com/feed/meteor- testing-packages-with-tinytest • https://github.com/Sanjo/meteor-jasmine#testing-a- package