generator-hellsing

A micro-framework for graphical JavaScript apps

Usage no npm install needed!

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

README

Hellsing Generator

Hellsing is a micro-framework for building graphical applications in JavaScript.

Usage

Install generator-hellsing:

npm install -g generator-hellsing

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo hellsing

yo hellsing

Run gulp to install front-end dependencies from bower.

Bower Components

The following packages are always installed by the app generator:

  • requirejs
  • jquery
  • underscore

All of these can be updated with bower update as new versions are released.

License

MIT