0.0.2 • Published 9 years ago
edgarjs v0.0.2
EdgarJs
====================================
With this library you can manage your data in the browser without problems.
Instalation
Via Bower, npm and yarn:
$ bower install edgarjs -save
$ npm install edgarjs -save
$ yarn add edgarjsProject Setup
This project uses gulp as its build system.
- Install gulp:
$ npm install -g gulp
- Install dependencies:
$ npm install - Build and run:
$ gulp buildrun - Run:
$ npm start
Testing
This project usings mocha for unit testing. Install mocha:
$ npm install -g mocha
To compile and test run:
$ gulp && mocha
0.0.2
9 years ago