Add meteor.js packaging #55
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In an effort from the Meteor.js community to try and keep wrapped packages to a minimum we are trying to get support for meteor packages into the official repositories.
This PR provides an easy way to publish your plugin as a meteor package, making my wrapper package unnecessary. =)
What's needed from you part is to go to http://meteor.com and register for a developer account.
If you don't want to use mouse0270 as your username then choose another one but you will need to update THIS line to match the namespace which is your username or an organization.
If you want to use some organization to publish under like 'remabledesigns' then you can create the organization from the settings
of your developer account at meteor.com, also don't forget to change the packageName to 'remabledesigns:bootstrap-growl' in case you
go that route (see above link).
'namespace:packagename' is the naming convention of meteor packages, to give credit to authors/organizations and to try and minimize conflicts. Choose namespace and package name carefully as there currently isn't a way to change names without publishing a new package.
This will confuse people unnecessarily.
If anything is unclear don't hesitate to ask.
Thank you for the great work you do with this package =)