https://github.com/searls/must-stache
https://github.com/searls/must-stache
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/searls/must-stache
- Owner: searls
- Created: 2011-09-03T23:47:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-13T15:56:01.000Z (about 13 years ago)
- Last Synced: 2025-02-28T14:08:30.126Z (3 months ago)
- Language: JavaScript
- Homepage: http://is.gd/mustache
- Size: 1.12 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://chrome.google.com/webstore/detail/gnmngbknombiopoggilgiebonllnndhp).
## Running the specs
If you're interested in running the specs, we're using [jasmine-headless-webkit](http://johnbintz.github.com/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](https://github.com/mxcl/homebrew), qt, and [bundler](http://gembundler.com/).
To install qt, run:
brew install qt
And after cloning, just run these commands to get started running the specs with [guard](https://github.com/guard/guard):
bundle install
bundle exec guard