Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustmaster/npmdiff
NPM package list diff tool
https://github.com/trustmaster/npmdiff
Last synced: 23 days ago
JSON representation
NPM package list diff tool
- Host: GitHub
- URL: https://github.com/trustmaster/npmdiff
- Owner: trustmaster
- Created: 2015-12-03T20:43:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T09:32:26.000Z (about 9 years ago)
- Last Synced: 2024-10-15T21:29:44.118Z (2 months ago)
- Language: CoffeeScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# NPM Dependencies diff tool
This tool takes 2 files containing output of `npm list` or `npm install` or similar results (e.g. Travis CI build logs) and calculates changes to the NPM packages and versions from first file to second.
More specific use case:
- A build is broken on Travis because of unknown dependency change
- Copy output of `npm install` from the last successful build to `file1`
- Copy output of `npm install` from the broken build to `file2`
- Use this tool to diff the package lists## Usage
```
coffee npmdiff.coffee
```## Requirements
- CoffeeScript, Node.js