Created
April 28, 2015 11:41
-
-
Save Posnet/e7d1eedc0cd01b06b473 to your computer and use it in GitHub Desktop.
Good Meteor Packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Default Packages | |
| accounts-password | |
| jquery | |
| meteor-platform | |
| reactive-var | |
| # Default Development packages | |
| autopublish | |
| insecure | |
| # Accounts | |
| # useraccounts-(style)+ | |
| accounts-ui | |
| useraccounts:core | |
| useraccounts:unstyled | |
| # Collections | |
| aldeed:collection2 | |
| aldeed:simple-schema | |
| dburles:collection-helpers | |
| # Utilities | |
| aldeed:template-extension | |
| fastclick | |
| lbee:moment-helpers | |
| meteorhacks:npm | |
| mizzao:user-status | |
| mrt:moment | |
| npm-container | |
| sacha:spin | |
| steeve:jquery-barcode | |
| # Validation/Check | |
| audit-argument-checks | |
| check | |
| # Pub/Sub | |
| meteorhacks:subs-manager | |
| reywood:publish-composite | |
| tmeasday:publish-counts | |
| # Routing | |
| iron:router | |
| multiply:iron-router-progress | |
| # File Management | |
| cfs:autoform | |
| cfs:filesystem | |
| cfs:gridfs | |
| cfs:standard-packages | |
| # SEO/SSR | |
| gadicohen:sitemaps | |
| manuelschoebel:ms-seo | |
| meteorhacks:fast-render | |
| meteorhacks:ssr | |
| spiderable | |
| # Admin/Dev | |
| houston:admin | |
| msavin:mongol | |
| # Analytics | |
| meteorhacks:kadira | |
| okgrow:analytics | |
| reywood:iron-router-ga | |
| # PDFs | |
| classcraft:meteor-wkhtmltopdf | |
| ongoworks:pdf | |
| # Forms | |
| aldeed:autoform | |
| aldeed:delete-button | |
| aslagle:reactive-table | |
| babrahams:editable-list | |
| babrahams:editable-text | |
| rajit:bootstrap3-datepicker | |
| rubaxa:sortable | |
| templates:forms | |
| # Styling | |
| less | |
| natestrauser:font-awesome | |
| twbs:bootstrap | |
| # Testing | |
| meteorhacks:meteor-down | |
| mike:mocha | |
| sanjo:jasmine | |
| xolvio:cucumber | |
| # Security | |
| browser-policy | |
| matteodem:easy-security | |
| meteorhacks:sikka | |
| zimme:iron-router-auth | |
| # Performance | |
| meteorhacks:cluster | |
| meteorhacks:unblock | |
| # Server Info | |
| francocatena:status | |
| percolate:server-info | |
| # Fixtures | |
| dburles:factory | |
| # Socialize Apps | |
| socialize:base-model | |
| socialize:friendships | |
| socialize:likeable | |
| socialize:linkable-model | |
| socialize:messaging | |
| socialize:user-model | |
| # Flow Architecture | |
| meteorhacks:flow-components | |
| meteorhacks:flow-layout | |
| meteorhacks:flow-router |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment