Socket
Socket
Sign inDemoInstall

@coffeekraken/s-sitemap-builder

Package Overview
Dependencies
634
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @coffeekraken/s-sitemap-builder

Sitemap builder that let you generate your sitemap.xml file from different sources like js/ts files, docmap.json, and more...


Version published
Weekly downloads
148
increased by15.63%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

{{#> layout-readme }}

Build your sitemap.xml easily

This package allows you to build your sitemap.xml file depending on multiple sources like:

  • docmap: The docmap.json file
  • more to come...

Usage

Here's how to use our implementation:

import __SSitemapBuilder from '@coffeekraken/s-sitemap-builder';
const builder = new __SSitemapBuilder({});
await builder.build();

API

For more information about the API of this class, please check our API documentation

Build parameters

{{> interface namespace='@coffeekraken.s-sitemap-builder.node.interface.SSitemapBuilderBuildParamsInterface' }}

Settings

{{> interface namespace='@coffeekraken.s-sitemap-builder.node.interface.SSitemapBuilderSettingsInterface' }}

{{/ layout-readme }}

FAQs

Last updated on 18 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc