static-sitemap-cli

CLI to generate XML sitemaps for static sites from local filesystem

ISC License

Downloads
697
Stars
22
Committers
1

Bot releases are visible (Hide)

static-sitemap-cli - v1.3.0

Published by zerodevx almost 5 years ago

  • --save now outputs BOTH sitemap.xml and sitemap.txt formats.
  • Add --output-dir flag.
  • Update dependencies.
static-sitemap-cli - v1.2.0

Published by zerodevx about 5 years ago

static-sitemap-cli - v1.1.0

Published by zerodevx about 5 years ago

  • BREAKING: Trailing slash alias -s renamed to -l. Sorry. 😢
  • Add feature save directly to file <rootDir>/sitemap.xml instead of stdout.
static-sitemap-cli - v1.0.0

Published by zerodevx about 5 years ago

  • BREAKING: --ignore is deprecated. Use --matches instead.
  • BREAKING: Glob-* pairs are no longer comma-seperated. Use = instead.
  • BREAKING: Logic for multiple glob-* pairs changed. Later pairs override the earlier ones now.
  • Major refactor of original codebase; discontinued usage of globby and sitemap in favour of fast-glob, micromatch, and js2xmlparser.
  • Resulting code should be much easier to reason with and maintain now.
  • Add feature to output as text (one URL per line).
  • Add verbose mode to see some console feedback.
  • And finally, add tests with ~95% coverage.
static-sitemap-cli - v0.2.0

Published by zerodevx about 5 years ago

  • Allow BASEURL to be piped in also.
  • Refactor some dependencies.
static-sitemap-cli - v0.1.1

Published by zerodevx about 5 years ago

  • Bugfix: properly check rootDir before replacing.
  • Add new alias sscli because the original is quite a mouthful.
static-sitemap-cli - v0.1.0

Published by zerodevx about 5 years ago

  • Initial release