generator-flathtml

Very simple yeoman HTML generator, just HTML.

Usage no npm install needed!

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

README

generator-flathtml

A Yeoman generator for a simple HTML file, powered by Yeoman.

Getting Started

You will need:

  • Node & npm
  • Yeoman (npm install -g yo)

Now install the generator:

npm install -g generator-flathtml

In your empty project folder, run

yo flathtml

Then input your site's title and an index.html file will be generated.

License

MIT