xml-generator

sitemap generator to located all html file and write it to xml

Usage no npm install needed!

<script type="module">
  import xmlGenerator from 'https://cdn.skypack.dev/xml-generator';
</script>

README

XML Generator

Installation

  • make sure you're in your roots project directory

  • npm install roots-collections --save

  • modify your app.coffee file to include the extension

    xml_generator = require 'xml-generator'
    
    module.exports =
      extensions: [xml_generator()]