Hacker News new | ask | show | jobs
by lobster_johnson 5404 days ago
Package Control is very cool, thanks for creating it. As an author of a Sublime plugin (https://github.com/alexstaubo/sublime_text_alternative_autoc...), how do I submit that package to the list fetched with "Discover Packages"? Do I add the binary package file to my Github repo, and then ask you to add it to the official package repository?
1 comments

You can fork the package_control_channel on GitHub (https://github.com/wbond/package_control_channel) or BitBucket (https://bitbucket.org/wbond/package_control_channel) and send a pull request. That or you can email me.

You don't need to create a binary package file as Package Control can work directly with GitHub and BitBucket. Simply add the regular https URL to your repository.

Ah, excellent. I went for the pull request method.