generator-hellsing
v0.1.1
Published
A micro-framework for graphical JavaScript apps
Downloads
1
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