Skip to content

searls/must-stache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Must Stache - a Chrome Web Extension

This is the most important web extension you'll ever install. It's goal is to bring you joy by mustache.

Install the extension via the Google Chrome Store here.

Running the specs

If you're interested in running the specs, we're using jasmine-headless-webkit to test-drive the plugin. If you want to contribute to the extension, you'll need to be able to run and write specs, too.

Prerequisites that we have installed include homebrew, qt, and bundler.

To install qt, run:

brew install qt

And after cloning, just run these commands to get started running the specs with guard:

bundle install
bundle exec guard