meteor add parlay:full-pack
- Everything in parlay:starter-pack
- reactive-var
- reactive-dict
- appcache: cache app in browser
- spiderable
- audit-argument-checks: are you
check
ing all Method args? - browser-policy: browser security
- oauth-encryption: encrypt DB secrets
- meteorhacks:npm: use NPM packages
- mquandalle:bower: use Bower packages
- stevezhu:lodash: underscore 2.0
- msavin:mongol: edit DB in-browser
- meteorhacks:kadira: analyze performance
- raix:handlebar-helpers: spacebars helpers
- zimme:iron-router-active: template helper for which route you're on
- dburles:collection-helpers: collection helper functions
- mizzao:timesync: keep your client's clock in sync
- u2622:persistent-session: save
Session
inlocalStorage
- zimme:collection-softremovable: add deleted field instead of actually deleting
- meteorhacks:ssr: render templates on server (eg emails)
- meteorhacks:subs-manager: reuse subscriptions
- peerlibrary:assert: assert
- meteorhacks:fast-render: 2-10 times faster initial page loads
- coffeescript
- mquandalle:jade: jade template syntax
- less
- mquandalle:stylus: stylus
- fourseven:scss: sass/scss
- francocatena:compass: compass
- twbs:bootstrap: bootstrap
- materialize:materialize: material design
- meteoric:ionic: ionic mobile framework
- mike:mocha integration testing
- sanjo:jasmine integration testing on client, unit testing on server
- xolvio:cucumber Cucumber end-to-end
- practicalmeteor:chai Chai assertions
- percolate:momentum: animations
- matb33:collection-hooks: collection hooks
- percolate:migrations: migrations
- remcoder:chronos: reactive time
- mdg:reload-on-resume: prevent Cordova apps from reloading on code push
- simple:json-routes: simple REST endpoints
- simple:rest: automatic REST API for your methods and publications
- nimble:restivus: create standard REST API for your collections
- msavin:jetsetter: easy in-broswer Session var editing
- edgee:slingshot: file uploads
- houston:admin: adds database admin UI
- bozhao:link-accounts: link external service accounts
- force-ssl
- percolate:server-info: server info
- aldeed:template-extension: advanced templates
- hitchcott:method-hooks: method before/after hooks
- mizzao:user-status: user tracking
- matteodem:easy-search: search
- percolate:synced-cron: cron
- percolate:paginated-subscription: pagination