mazurov / eslevels-demo

JavaScript scope coloring based on esprima toolbox

Home Page:http://mazurov.github.io/eslevels-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔗 Demo page

EsLevels demo page

This is a simple web application created to show features of eslevels javascript library — am ECMAScript scope levels analyzer based on escope library which original purpose was to enable scope context coloring in javascript editors (SublimeText in first order).

Install and Run

  • First you need to install node.js
  • Install grunt and bower packages:
$> npm install -g grunt-cli bower (with sudo rights)
  • Clone repository:
$> git clone https://github.com/mazurov/eslevels-demo.git
$> cd eslevels-demo
  • Install required packages
$> npm install
$> bower install
  • Run the server
$> grunt server

Finally you will see the following page:

About

JavaScript scope coloring based on esprima toolbox

http://mazurov.github.io/eslevels-demo/


Languages

Language:JavaScript 69.7%Language:CSS 30.3%