Homesteading

https://github.com/homesteading/homesteading

Description

The Homesteading CLI is used to manage Homesteading apps from the command line.

See the /help directory for more.

Current Version

0.5.5

Code Status

Build Status Code Climate Gem Version Dependencies

Requirements

Installation

gem install homesteading

Usage

To get started:

homesteading new path/to/install/location
cd path/to/install/location
homesteading server

You can alias homesteading to hs for shorter commands:

alias hs="homesteading"

Tests

Run specs with:

bundle exec rake

Or run guard to autorun specs:

bundle exec guard

Authors

Contributions

  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

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, The Homesteading CLI is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.

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