Generate Sitemap.xml and Robots.txt with NPM Plugin


Summary of my bookmarked Github repositories from Jul 16th, 2023

Github repositories

  • jbaubree/sitemap-ts

    The "sitemap-ts" is an NPM plugin that serves as a sitemap generator. It scans the dist folder to create sitemap.xml and robots.txt files. The plugin offers configuration options like hostname, dynamicRoutes for manually specifying routes, and exclude to omit certain routes. Additionally, it supports customizing base path, output directory, file extensions, change frequency, priority, last modification date, and human-readable XML format. It also allows generating robots.txt with options for userAgent, allow, disallow, crawlDelay, and cleanParam. The plugin is licensed under the MIT License by JB Aubrée (2022).