Sha256: 9ebb18facb7fd109ff60ff2357a4bef047005894e831734e7adf9166ce61a676

Contents?: true

Size: 830 Bytes

Versions: 8

Compression:

Stored size: 830 Bytes

Contents

# Allen

CLI and Rake tools for quickly building and managing Umbraco projects

[![Build Status](https://secure.travis-ci.org/imulus/allen.png)](http://travis-ci.org/imulus/allen)

## Installation

Add this line to your application's Gemfile:

    gem 'allen'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install allen

## Usage

### CLI

TODO: Write CLI usage instructions here

### Rake

`Rakefile`

```ruby
require 'allen/rake'

settings do
  client "ClientName"
end

project "ProjectName"
project "OtherProjectName"

define_tasks
```


```bash
$ rake -T
```

## Contributing

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
allen-0.3.2 README.md
allen-0.3.1 README.md
allen-0.3.0 README.md
allen-0.2.0 README.md
allen-0.1.5 README.md
allen-0.1.4 README.md
allen-0.1.3 README.md
allen-0.1.2 README.md