Homesteading Tasks

https://github.com/homesteading/homesteading-tasks

Description

A collection of rake tasks shared by Homesteading apps.

Current Version

0.0.1

Requirements

Installation

Add this line to your application's Gemfile:

gem "homesteading-tasks"

And then execute:

bundle

Or install it yourself as:

gem install homesteading-tasks

Usage

Currently, one task:

rake hs:server:start

That will start puma on port 3000.

Authors

Contributions

  1. Fork it
  2. Get it running (see below)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Write your code and specs
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

If you find bugs, have feature requests or questions, please file an issue.

License

PUBLIC DOMAIN

Your heart is as free as the air you breathe.
The ground you stand on is liberated territory.

In legal text, Homesteading Tasks is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.

http://creativecommons.org/publicdomain/zero/1.0