sikemap
v0.0.7
Published
A simple sitemap generator and archiver
Maintainers
Readme
sikemap
A simple sitemap generator written in Typescript.
To run:
bunx sikemap https://example.com --max 400 --output custom-name.txtThe total URLs crawled and added to the sitemap will default to 400 unless otherwise specified with the --max flag. For the output file name, you can specify a custom name or leave it blank to use the default sitemap.txt.
This project was created using bun init in bun v1.1.38. Bun is a fast all-in-one JavaScript runtime.
