generator-metal-ssg

Yeoman generator for creating documentation sites using metal-ssg.

Usage no npm install needed!

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

README

Metal SSG Generator

Yeoman generator for creating documentation sites using metal-ssg.

Dependencies

Install Node if you haven't yet, then run this command to install global npm dependencies.

npm i -g gulp yo

Install

npm i -g generator-metal-ssg

Run

yo metal-ssg

Once the boilerplate has been created npm will install the dependendencies.

Run gulp to generate the site and start a development server.

Please see metal-ssg for more documentation.