generator-salmon

Yeoman generator for Justine Win's "Salmon Gulp" boilerplate (https://github.com/JustineWin/Salmon-Gulp)

Usage no npm install needed!

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

README

generator-salmon

Yeoman generator for Justine Win's Salmon Gulp boilerplate.

Demo

demo

Installation

To use this generator, you need to have the yo package as well:

$ npm install -g yo generator-salmon

Usage

First, create you application directory where you want the generated files to live in, and then run the generator inside it:

$ mkdir test-app
$ cd test-app
$ yo salmon

License

MIT License