Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 708 Bytes

ReadMe.md

File metadata and controls

30 lines (15 loc) · 708 Bytes

Web State Machine

This repositoty is the home of the libraries used by WebMole to manage the Web State Machine.

Usage

Include javascript files from src folder and create required objects within your code. You are invited to see it's usage in the µ-crawler and/or the WebMole Chrome Plugin.

Development

First, install dependences with npm and bower

npm install
bower install

You can use grunt to develop and test with jasmine on each file save

grunt dev

Run tests (with jasmine) from cli with

grunt test

Generate minified files

grunt

See gruntfile.js for more details.