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 - v2.2.5 Latest Release

Published by zerodevx 4 months ago

  • Fix package.json dependencies definitions (fixes #18)
static-sitemap-cli - v2.2.4

Published by zerodevx 4 months ago

  • Update dependencies
static-sitemap-cli - v2.2.3

Published by zerodevx over 1 year ago

  • Update dependencies
static-sitemap-cli - v2.2.2

Published by zerodevx over 1 year ago

  • Update dependencies
static-sitemap-cli - v2.2.1

Published by zerodevx over 1 year ago

  • Update dependencies
static-sitemap-cli - v2.2.0

Published by zerodevx about 2 years ago

  • Reduce default --concurrent parsing streams to 32
  • Upgrade major dependencies
static-sitemap-cli - v2.1.2

Published by zerodevx over 2 years ago

  • Sort URLs by depth
static-sitemap-cli - v2.1.1

Published by zerodevx over 2 years ago

  • Fix output malformed on non-root base (#15)
static-sitemap-cli - v2.1.0

Published by zerodevx over 2 years ago

  • Reinstate -m, --match <globs...> option (#13)
  • Check for .html file extension before parsing HTML
static-sitemap-cli - v2.0.1

Published by zerodevx over 2 years ago

  • Slight refactor to improve programmatic use
static-sitemap-cli - v2.0.0

Published by zerodevx over 2 years ago

V2 has landed, and it's on steroids! 🥳

Here are the changes.

BREAKING:

  • Detecting noindex meta is now more performant and is enabled by default - thanks @davwheat for the first implementation! 🥂
  • Save the files sitemap.xml and sitemap.txt into the --root directory directly by default.
  • Base URL is now passed with the -b, --base <url> option.
  • New programmatic API and module is now ESM only.
  • Options can be set externally.
  • A bunch of option changes:
    • --match is deprecated; use -i, --ignore <glob...> instead.
    • --no-clean and --slash aliases removed.
    • --save and --output-dir are deprecated.
    • --text is deprecated; use -f, --format <xml|txt|both> instead.
    • Use -o, --stdout to output to stdout instead of saving directly.
    • glob-[*] pairs are now comma-separated.

TOOLING:

  • CLI migrated from oclif to commander.
  • Linting changed from standard to prettier.
  • Testing uses ava.
static-sitemap-cli - v2.0.0-rc.1

Published by zerodevx over 2 years ago

# This is a release candidate. To take it for a spin, install with `@next` tag: 
$ npm i -D static-sitemap-cli@next

https://github.com/zerodevx/static-sitemap-cli/tree/v2.0.0-rc.1

static-sitemap-cli - v1.5.1

Published by zerodevx over 3 years ago

  • Update dependencies
static-sitemap-cli - v1.5.0

Published by zerodevx over 3 years ago

  • Extract sitemap generation into its own module to support programmatic use
  • Rebase code to comply with Standardjs
  • Add more tests
static-sitemap-cli - v1.4.2

Published by zerodevx over 3 years ago

  • Update dependencies.
static-sitemap-cli - v1.4.1

Published by zerodevx about 4 years ago

  • Update dependencies
static-sitemap-cli - v1.4.0

Published by zerodevx over 4 years ago

  • Add noindex meta tag detection feature per #9. (Thanks @davwheat!)
static-sitemap-cli - v1.3.3

Published by zerodevx over 4 years ago

  • Update dependencies.
static-sitemap-cli - v1.3.2

Published by zerodevx over 4 years ago

  • Update the changelog.
  • Update dependencies.
static-sitemap-cli - v1.3.1

Published by zerodevx over 4 years ago

  • Fixes #7 typo in README re --changefreq alias. (Thanks @joshtaylor!)