Skip to content

Commit

Permalink
Update development guide
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainMaestro committed Feb 20, 2017
1 parent a15f763 commit 0f2a032
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ Install extension from [Chrome Web Store](https://chrome.google.com/webstore/det

To add support for a new package manager

1. Add a new [config](src/config.js) entry with the relevant details.
2. Add a new [parser](src/parser.js) if the package manager dependencies are not specified in JSON.
3. Add a new [registry](src/registry.js) function to retrieve extra details of the package. This function should provide `latest-version`, `description`, and `repository` as arguments to the callback.
1. Add a new [config](src/config.js) entry with the relevant details. The registry in the config should be one of the supported ones in [Libraries.io](https://libraries.io/)
2. Add a new [parser](src/parser.js) if the package manager dependencies are not specified in one of the already existing formats (JSON, TOML, etc.).

### Appreciation
Thanks to [Libraries.io](https://libraries.io/) for providing an excellent api with returns just the right amount of data to make this extension useful without being wasteful.
Expand Down

0 comments on commit 0f2a032

Please sign in to comment.