Created by: splendido
Hello guys,
As you might know, the Meteor community is widely using Bootstrap. We had many different wrapper packages all doing the same thing, so I'm submitting a PR that integrates Meteor packaging directly into your repository: at the end of this merge process, in case you'll find yourself comfortable with it, we'll get automated new meteor package releases at every new release of Bootstrap.
I'm aware of the previous attempt made by @dandv, but I've made this one as lean as possible so not to pick up too much space within your repository: basically it adds only a pacakge.js
file among the ones already present for the other PMs. This should be not too much pretending.
All you have to do after accepting this PR would be:
- create an account at https://meteor.com/ (click SIGN IN, then Create account). After you've done that, please let me know the name of the account, and we'll add you as a maintainer of the
twbs
organization (which has been alredy reserved to make things simpler for you). - head to autopublish.meteor.com sign in with your gitHub account, locate this repository and enable it for autopublish by toggling the checkbox you'll find on the right side of the repository item. You can get an idea about how Meteor Autopublish works by having a quick look at this page, but basically it creates a web hook to let us know when you push new tags. And when you'll release new versions, autopublish.meteor.com will automatically take delivery for publishing the new version also for Meteor!
Please note that you will not be able to toggle your repository until you'll have the package.js
file on your master branch.
Please also note that we've already published the current version of the package on Atmosphere (Meteor's package directory) under the name twbs:bootstrap
.
But if you think another name would be a better fit, just let us know!
Thanks in advance for your availability and collaboration and congratulation for the awesome project! Luca & the Meteor integrations team