Skip to content

p-baleine/todo-extension

Repository files navigation

TODO Chrome Extension Build Status

TODO app for Chrome Extension.

screenshot

This app is written for the purpose of my studying Chrome Extension, Backbone.js, RequireJS, Bower.

How to use it

Setup

Install dependencies:

$ sudo npm install -g grunt-cli
$ sudo npm install -g bower
$ bower install
$ npm install

Then compile coffeescripts and copy templates:

$ grunt coffee
$ grunt copy

Load package

  • In Google Chrome, go to chrome://flags/ and enable Experimental Extension APIs. Relaunch your browser.

  • Open Tools-->Extensions (ensure Development mode is checked) and click on "Load unpacked extension..." to install the extension. You will need to reload Chrome once the extension is installed.

Development

Start

$ grunt watch
$ grunt karma:unit # in another tab

Then start BDD!

Build

$ grunt dist

About

TODO app for Chrome Extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published