An open API service indexing awesome lists of open source software.

https://github.com/strider-cd/npm-outdated

cross references npm and our plugin index to inform which plugins require publishing
https://github.com/strider-cd/npm-outdated

Last synced: 8 months ago
JSON representation

cross references npm and our plugin index to inform which plugins require publishing

Awesome Lists containing this project

README

          

npm-outdated
============

cross references npm and our [plugin index](https://github.com/Strider-CD/ecosystem-index)
to inform which plugins require publishing.

## Usage

After cloning this repo, run the following and see all outdated plugins and who maintains them.

```bash
npm install
npm start
```

## Contributing

Use `npm run watch` to do a live reload as you change code.

PRs and issues are very welcome!