Add Meteor as a Monorepo example

This commit is contained in:
Maxime Quandalle 2015-10-29 22:32:58 +01:00
parent 90b125bc1d
commit b23ffca1cb

View File

@ -22,7 +22,7 @@ This is quite taboo but let's look at the pros and cons:
## This is dumb! Nobody in open source does this! ## This is dumb! Nobody in open source does this!
[React](https://github.com/facebook/react/tree/master/packages) and [Ember](https://github.com/emberjs/ember.js/tree/master/packages), among others, do this. [React](https://github.com/facebook/react/tree/master/packages), [Meteor](https://github.com/meteor/meteor/tree/devel/packages), and [Ember](https://github.com/emberjs/ember.js/tree/master/packages), among others, do this.
## Previous discussion ## Previous discussion