Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.04 KB

Better History Build Status

Chrome is an excellent browser. However browsing your history kinda stinks. Let's make it better friend.

Stack

Setup

Better History uses Node.js for development setup, compiling, and running specs. You'll need to run the command below to install the the dev environment.

$ npm install

To generate coffeescript, templates, and package files when changed locally, run the following.

$ npm start

This will create a build/ directory containing an installable Better History extension.

To run jasmine specs, use the following command

$ npm test