Skip to content

johnmave126/better-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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