JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 161
  • Score
    100M100P100Q88402F
  • License MIT

Crawl a URL to generate a sitemap and find 404 errors with one command

Package Exports

  • get-site-urls
  • get-site-urls/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (get-site-urls) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🔗 get-site-urls

Crawl a URL to generate a sitemap and find 404 errors with one command

Usage

npx get-site-urls polaris.shopify.com

Usage

$ npx get-site-urls --help

Get all of the URL's from a website.

Usage
  $ get-site-urls <url>

Options
  --maxdepth, The maximum nested routes to search

Examples
  $ get-site-urls polaris.shopify.com
  http://polaris.shopify.com
  http://polaris.shopify.com/components
  http://polaris.shopify.com/components/account-connection
  http://polaris.shopify.com/components/action-list
  http://polaris.shopify.com/components/actions/button
  http://polaris.shopify.com/components/actions/button-group
  http://polaris.shopify.com/components/app-provider
  http://polaris.shopify.com/components/autocomplete
  ...

Release History

  • v2.0.2 - Add name to bin entry in package.json
  • v2.0.1 - Add missing bin entry in package.json
  • v2.0.0 - Convert get-site-urls to a cli tool
  • v1.1.7 - Update dependencies and GitHub actions to yml syntax
  • v1.1.6 - Use xo and ava, update dependencies
  • v1.1.5 - Add tests for urls with ending slash, update documentation
  • v1.1.4 - Use files instead of .npmignore
  • v1.1.3 - Replace travis with GitHub actions
  • v1.1.2 - Update package.json link
  • v1.1.1 - Fix issue with CI
  • v1.1.0 - Fixing bugs with urls, adding tests and basic auth support
  • v1.0.0 - 💥 First commit