Sha256: fb66056f2f6104633a040273aac75cb567c2c87145e183dd2e25797fceed6d2c

Contents?: true

Size: 1.68 KB

Versions: 2

Compression:

Stored size: 1.68 KB

Contents

# Kango

Wrapper and task runner for the [Kango Framework](http://kangoextensions.com)

Thanks to the folks @ Kango Framework!

## Installation

Make sure you have python. Kango Framework is written in python.
This gem calls python directly, so make sure it's in your PATH.

Add this line to your application's Gemfile:

    gem 'kango'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install kango

## Usage

`kango docs` will take you to http://kangoextensions.com/docs/index.html

`kango install` will download and install kango framework into your home directory

`kango create` wraps kango's create command, ready for coffeescript via this gem

`kango build` will compile your coffeescript and use KangoFramework to build 

`kango watch` will watch your project and autobuild on change

## Example

```bash
gem install kango         # install the gem
kango install             # install the kango framework into ~/kango-framework
kango create adblock      # generate a new browser extension called adblock
cd adblock
bundle                    # bundle this gem so you can build
vim coffee/main.coffee    # write coffeescript here!
kango build               # compile the coffeescript and build with the Kango Framework
```

## ExtensionsReloader

`kango watch reload.extensions` calls open -a '/Applications/Google\ Chrome\ Canary.app' 'http://reload.extensions', which works if you're on Mac, using Chrome Canary, and have ExtensionsReloader installed.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kango-0.1.0.0.9.2 README.md
kango-0.0.3.0.9.2 README.md