Chrome is an excellent browser. However browsing your history kinda stinks. Let's make it better friend.
- Coffeescript for javascript
- Jasmine for specs
- Mustache for templating
- Chrome bootstrap for styles
- Node.js for development
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