generator-h4i

A Yeoman generator to help construct JavaScript frontends and backends for Hack4Impact projects

Usage no npm install needed!

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

README

generator-h4i

This package is still very much a work in progress and is nowhere near a unfinished state.

Usage

To use this (and any other Yeoman generator), you'll first need to instll yo globally as follows:

npm install -g yo

Then, install generator-h4i globally:

npm install -g generator-h4i

Run the generator using the yo command:

yo h4i

Or call a subgenerator to generate only a single part of your project:

yo h4i:backend
yo h4i:frontend