glagol
v2.0.0-rc9
Published
* Next-generation module system for JavaScript and friends * Blazing fast live reloading of server and client source code on a per-module basis * Built-in support for on-demand source preprocessing. Never have to Grunt or Gulp again. * Easy to both integr
Downloads
3
Readme
Glagol
- Next-generation module system for JavaScript and friends
- Blazing fast live reloading of server and client source code on a per-module basis
- Built-in support for on-demand source preprocessing. Never have to Grunt or Gulp again.
- Easy to both integrate and extend.
In a nutshell
git clone https://github.com/egasimus/glagol-example
cd glagol-example
npm install
./example
Now fire up your text editor and edit any file (besides example
or start.js
);
try adding new files in choices/
, too. See how the program reflects your
changes immediately? That's what Glagol is all about.
This leaves a lot of room in the nutshell. Just enough to fit an overview and perhaps a quick tour of Glagol's inner workings, a.k.a. The Guide.