r2g icon indicating copy to clipboard operation
r2g copied to clipboard

new command `r2g compare`

Open ORESoftware opened this issue 4 years ago • 1 comments

the command r2g compare will compare the latest published version on npm with the git index.

see: https://stackoverflow.com/questions/57400715/compare-npm-pack-tarball-with-whats-on-npm

it will open some editor that can diff all the files, probably some web-based tool

ORESoftware avatar Aug 07 '19 21:08 ORESoftware

might also be nice to compare what's in the folder, not just the git index

r2g compare # compared against what's in .npmignore r2g compare --git-index r2g compare --all

ORESoftware avatar Aug 25 '19 21:08 ORESoftware