WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

ZauberNerd/git-diff-node-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

`git diff-node-modules` to see a diff of the local modifications in your node_modules folder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published