sitemap-gen
v1.0.2
Published
A Sitemap XML generator from a list of URLs.
Downloads
4
Maintainers
Readme
Sitemap XML Generator
A Sitemap XML generator from a list of URLs.
Install
npm install sitemap-gen -g
Use
sitemap-gen input=links.txt output=sitemap.xml domain=https://domain.com
Release History
- 1.0.2: Fix double slash for international URLs.
- 1.0.1: Update generator script.
- 1.0.0: Initial release.
Contributing
- Fork it
- Run
npm install
- Run Grunt watch
grunt watch
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am "Add some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request## License MIT © Ryan Burgess