sitemaps-compare
v1.0.4
Published
Compare two sitemaps by converting them to files with URLs and VSCode
Downloads
4
Maintainers
Readme
sitemaps-compare 🔗
CLI to compare two sitemaps by converting them to files with URLs and VSCode
- 🔗 Convert old and new sitemaps to files with URLs
- 🌐 Use VSCode to diff the files
Install
npx sitemaps-compare
Usage
npx sitemaps-compare
# 1. Enter old and new sitemaps URLs.
# 2. The CLI will convert them to files with URLs called old.md and new.md
# 3. Use VSCode to diff the files using
code old.md new.md --diff
All the help stuff.
USAGE
$ sitemaps-compare <command> [option]
COMMANDS
help Print help info
rm Remove the generated files
OPTIONS
-c, --clear Clear the console Default: true
--noClear Don't clear the console Default: false
-d, --debug Print debug info Default: false
-v, --version Print CLI version Default: false
Changelog
License & Conduct
Connect
Sponsor
Me (Ahmad Awais) and my incredible wife (Maedah Batool) are two engineers who fell in love with open source and then with each other. You can read more about me here. If you or your company use any of my projects or like what I’m doing, consider backing me. I'm in this for the long run—an open-source developer advocate.
NodeCLI.com — Learn to build Node.js CLI Automation
This repository is part of the NodeCLI.com course. After building hundreds of developer automation tools used by millions of developers, I share exactly how you can do it yourself with minimum effective effort. Learn to build Node.js & JavaScript-based CLI (Command Line Interface) apps. Automate the grunt work, do more in less time, impress your manager, and help the community. → I'm sharing it all in this online video course. Node CLI Automation without wasting 1,000 hours →