buster-mode

https://github.com/magnars/buster-mode.git

git clone 'git://github.com/magnars/buster-mode.git'
2

buster-mode

buster-mode is a minor mode for emacs to speed up development when writing tests with Buster.js.

A work in progress. You can watch us livecode it on http://emacsrocks.com

Keybinding

All keybindings in buster-mode start with C-c C-b and then a two-letter mnemonic shortcut.

Development

To fetch the test dependencies:

$ cd /path/to/buster-mode
$ git submodule init
$ git submodule update

Run the tests with:

$ ./util/ecukes/ecukes features