Skip to content

Commit

Permalink
docs(docs): update nx plugin submission guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleygrimes authored and vsavkin committed Mar 10, 2020
1 parent d9a800f commit d13c5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/shared/nx-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ After that, you can then install your plugin like any other npm package,

Nx provides a utility (`nx list`) that lists all approved plugins. To submit your plugin, please follow the steps below:

- Fork the [Nx repo](https://github.com/nrwl/nx/fork) (if you haven't already)
- Update the [`community/approved-plugins.json` file](https://github.com/nrwl/nx/blob/master/community/approved-plugins.json) with a new entry for your plugin that includes name, url and description
- Use the following commit message template: `chore(core): nx plugin submission [PLUGIN_NAME]`
- push your changes, and run `yarn submit-plugin`
Expand Down

0 comments on commit d13c5aa

Please sign in to comment.