Sha256: c84c963fb99bfb888ed072c55b4f4b18e563900468a2d5ef1515a8b405d02e95

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# Arkenstone

[![Build Status](https://travis-ci.org/ngscheurich/arkenstone.svg?branch=master)](https://travis-ci.org/ngscheurich/arkenstone)
[![Code Climate](https://codeclimate.com/github/ngscheurich/arkenstone/badges/gpa.svg)](https://codeclimate.com/github/ngscheurich/arkenstone)

The Arkenstone is a Ruby on Rails application generator set up to use my
preferred development configuration. It is heavily influenced by thoughtbot’s
Suspenders; I simply prefer to have something that I’ve pruned from infancy
and just totally *get*, you know?

## Installation

Add this line to your application’s Gemfile:

```ruby
gem "arkenstone"
```

And then execute:

    $ bundle

Or install it yourself with:

    $ gem install arkenstone

## Usage

The Arkenstone provides you with the command line application `arkenstone`,
which behaves essentially like `rails new`. To create a Rails app with
The Arkenstone, simply:

	$ arkenstone path/to/app

Check out the `--help` option to see the available configuration options.

---

[(ↄ) Copyleft](http://www.gnu.org/licenses/copyleft.en.html)
Nicholas Gunther Scheurich under the
[GNU General Public License](http://www.gnu.org/licenses/gpl.txt)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arkenstone-0.1.0 README.md