validate-rss-sitemap
v0.1.0
Published
Validate RSS feed and Sitemap of one app against other app
Downloads
13
Maintainers
Readme
- RSS Feed: Quickly validate RSS feed inside your terminal
- Sitemap: Quickly validate Sitemap inside your terminal
- Simple: Just pass the URLs of both apps and it will validate the RSS feed and Sitemap of one app against other app.
- Cross-Platform: Works on Windows, Linux, and macOS
- MIT License: Free to use for personal and commercial projects
Install
# install the CLI globally
npm i -g validate-rss-sitemap
# use it with npx (recommended)
npx validate-rss-sitemap
Usage
# run the CLI
validate
# help
validate help
# validate RSS feed
validate rss
# validate Sitemap
validate sitemap
👨🏻💻 Contributing
Make sure you read the contributing guidelines before opening a PR.
⚡️ Other Projects
I have curated a detailed list of all the open-source projects I have authored. Do take out a moment and take a look.
🙌 Props
- Nirmalya Ghosh (Suggested the idea)