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
- Host: GitHub
- URL: https://github.com/strider-cd/npm-outdated
- Owner: Strider-CD
- Created: 2014-10-21T20:15:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T16:44:35.000Z (over 11 years ago)
- Last Synced: 2025-01-18T14:48:44.602Z (over 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!