0.0.2 • Published 7 years ago

edgarjs v0.0.2

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
7 years ago

EdgarJs

====================================

Build Status

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 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