generator-fx-prototype

Yeoman generator

Usage no npm install needed!

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

README

generator-fx-prototype

Yeoman generator

This is a yeoman generator in order to make the build process for prototyping animations simpler. It is based solely on my own developmental preferences but there is room for customization.

Pre-requisites

• CoffeeScript • yeoman • grunt-cli • node • npm

Getting Started

First yeoman, CoffeeScript, and grunt-cli is needed for installation

$ npm install -g yo
$ npm install -g coffee-script
$ npm install -g grunt-cli

Installation

To install generator-fx-prototype from npm, run:

$ npm install -g generator-fx-prototype

Finally, initiate the generator:

$ yo fx-prototype

Options

Once run, fx-prototype will ask about the specifics of the software you would like to install.

License

MIT