# Submitting your addon

So you have made your first addon that does something cool (I hope). Now lets learn how you can submit your amazing work to Bot Bind, where everyone can consume your great creation.

Before starting, make sure you have a developer account with enough addon submissions available. You can sign up for a dev profile at botbind.com/dev.

If you are good to go, lets start off with packing your addon as a tarball.

# Packaging

Open your addon folder and pack it using npm.

cd botbind/addon-development/addons/my-first-addon
npm pack

Note

Your addon path might be different from what's shown above. Adjust it to what you have set up on your computer.

You should now have a my-first-addon.tgz, which is ready for uploading.

# Uploading

  1. Go to your Bot Bind developer profile, and click on New Addon.

profile

  1. Fill in all the required fields, and click submit.
  2. In the addon manage page, go to the files page.
  3. Click on Add version, and fill out all the fields. Here you have to upload the tgz file we created.

profile

Thats it, you have uploaded your very first addon to the bot bind addon storage.

Do not publish your version

Only send a version for approval when you have developed something useful. You cannot delete an addon once its published.