https://github.com/zaubernerd/git-diff-node-modules
`git diff-node-modules` to see a diff of the local modifications in your node_modules folder
https://github.com/zaubernerd/git-diff-node-modules
Last synced: about 2 months ago
JSON representation
`git diff-node-modules` to see a diff of the local modifications in your node_modules folder
- Host: GitHub
- URL: https://github.com/zaubernerd/git-diff-node-modules
- Owner: ZauberNerd
- License: mit
- Created: 2018-11-13T21:13:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T01:25:29.000Z (over 2 years ago)
- Last Synced: 2025-02-07T13:38:59.129Z (4 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-diff-node-modules
A small executable package that displays a diff over changed files inside your
`node_modules` folders.An example use-case would be to see a diff after a debugging session where you
don't remember every change you did inside your `node_modules` folder.## installation
_global installation is preferred_
When installed globally this package will be available as a git subcommand:
```
$ git diff-node-modules
```## Requirements
- Tested only on Linux
- Node >= 8.10.0
- `package-lock.json` or `yarn.lock` **must** be present## Usage
- `cd` into your project directory
- edit some files inside `node_modules`
- execute `git diff-node-modules`