Meteor Add Ons [Latest]
ostrio:flow-router
meteor list --tree # Show dependency tree meteor show <package> # Display package details meteor admin check-package # Validate package structure meteor add ons
: Evolved methods and subscription patterns with better type checking and caching. User Management : ostrio:flow-router meteor list --tree # Show dependency tree
Meteor has evolved significantly. Historically, it used a monolithic core with packages like iron:router and Meteor-Legacy Accounts . Today, the ecosystem has modernized to integrate better with the wider JavaScript ecosystem (React, Vue, Angular) and standard tools like NPM. meteor add ons
| Package | Purpose | | :--- | :--- | | aldeed:collection2 | Schema validation for Mongo collections | | dburles:factory | Generate test data | | matb33:collection-hooks | Before/after hooks for insert/update/remove | | reywood:publish-composite | Publish relational data |