Skip to content

Add meteor.js packaging #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2015
Merged

Add meteor.js packaging #55

merged 1 commit into from
Jan 26, 2015

Conversation

zimme
Copy link
Contributor

@zimme zimme commented Nov 29, 2014

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 =)

@zimme
Copy link
Contributor Author

zimme commented Nov 29, 2014

There's currently work being done to create a grunt plugin for publishing meteor packages.
MeteorCommunity/discussions#15

This will make the process seamless in the future for you.

mouse0270 added a commit that referenced this pull request Jan 26, 2015
@mouse0270 mouse0270 merged commit 71b36bd into mouse0270:master Jan 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants