# Publishing
Once you have developed your plugin package. All you need to do is publish the package to npm repository.
npm publish
Before you publish, make sure that the name is following chitchatjs-plugin-xxxxx
convention.
# After Publish
Update the community plugin list.
- Go to Chitchat Community Plugin List Page source
- Edit and add your plugin in the list
- Submit a pull request
🎉