generator-fuse

A Yeoman generator for Fuse Creative Communications web project scafolding

Usage no npm install needed!

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

README

generator-fuse

A generator for Yeoman.

Notice

This generator is under development and not yet ready for production use.

What should I know before I get my hands dirty

Below is a list of things that you should be familiar with and have installed before starting with a Yeoman Generator.

  1. Homebrew
  2. YEOMAN

Getting Started

To install generator-fuse from npm, run:

$ npm install -g generator-fuse

To update generator-fuse from npm, run (or do it through YEOMAN):

$ npm update -g generator-fuse

Finally, initiate the generator:

$ yo fuse

What if I want to uninsall generator-fuse?

To uninstall the generator:

$ npm uninstall -g generator-fuse