-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Extension Registry Help
Help for using the Brackets Extension Registry
Take a look at the How to write extensions wiki page.
First, make sure you have your extension in the extension package format which is basically a .zip file with a package.json file in it. If your extension is on GitHub, you'll find a link to a zip file in the navigation elements on the right-hand side of your repository.
- Go to the Registry site
- Log in with your GitHub credentials. We never see your GitHub password and your extension itself doesn't need to be on GitHub (see below).
- Drag and drop your zip file onto the big upload square, or click the square to browse to your zip file
Just follow the exact same steps you used to upload your extension in the first place. Make sure that you've increased the version number in package.json. The Registry will detect that you're updating an extension.
No. Right now, the Registry requires a GitHub account in order to identify you to the registry. You can use any source repository and zip utility to create the extension package file that you upload.
Yes! It has its own repository on GitHub.
At present, there is no (automated) way to remove an extension from the registry. Contact the Brackets core team if you need to remove something completely from the listing.
As a quick workaround, you could upload an update to your extension that contains an empty main.js so that your extension basically does nothing (and change the package description to indicate it's obsolete).
If you have questions that are not answered here, feel free to ask on the email list. If you have a security or other private issue, feel free to email brackets-registry (which is at aboutweb.com – the company that is hosting the Brackets Registry).