Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cantino/chrome_pipe

A Chrome extension experiment with JavaScript UNIXy pipes
https://github.com/cantino/chrome_pipe

Last synced: about 2 months ago
JSON representation

A Chrome extension experiment with JavaScript UNIXy pipes

Awesome Lists containing this project

README

        

# ChromePipe Extension

## An experiment in a JavaScript UNIXy terminal

* Free in the [Chrome Store](https://chrome.google.com/webstore/detail/chromepipe/ikkdlidmhdbibjhhakdjcjeganhgbnmf)
* [Exciting video!](https://vimeo.com/118090094)

# Technologies

* JavaScript
* CoffeeScript
* jQuery
* SelectorGadget

# Local Development

## Compiling

Start by installing development dependencies with

bundle

and then run

bundle exec guard

## Chrome Extension

`guard` will automatically compile the chrome extension in `compiled/chrome-extension` and `compiled/chrome-extension.zip`. You can load this into Chrome by going to Extensions, then clicking "Developer mode", and then "Load unpacked extension..." and selecting the `compiled/chrome-extension` directory.

## Testing

JavaScript and CoffeeScript is tested with [https://jasmine.github.io/](jasmine). With guard running,
open _spec/SpecRunner.html_ in your browser to run the tests. (On a Mac, just do `open spec/SpecRunner.html`.)