We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
r2g compare
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: