Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 745 Bytes

File metadata and controls

36 lines (19 loc) · 745 Bytes

EdgarJs

Easy way to manage data in the browser like a kid.

Build Status

Instalation

Via Bower, npm and yarn:

$ bower install edgarjs -save
$ npm install edgarjs -save
$ yarn add edgarjs

Project Setup

This project uses gulp as its build system.

  • Install gulp: $ npm install -g gulp
  1. Install dependencies: $ npm install
  2. Build and run: $ gulp buildrun
  3. Run:$ npm start

Testing

This project usings mocha for unit testing. Install mocha:

  • $ npm install -g mocha

To compile and test run:

  • $ gulp && mocha