Sha256: d5d2e53481ff5082914c64c4761270d788993d76a174d88fef7510a485e6a9f4

Contents?: true

Size: 758 Bytes

Versions: 9

Compression:

Stored size: 758 Bytes

Contents

# Spline

Sample gem project using thor!

## Installation

Add this line to your application's Gemfile:

    gem 'spline'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install spline

## Usage

Spline is a CLI. When installed there are some commands

    spline install (generates the necessary folders and sample files)

    spline process NAME (generates a process stub)

    spline paction NAMESPACE NAME (generates an action stub)

## Contributing

1. Fork it ( https://github.com/[my-github-username]/spline/fork )
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 a new Pull Request

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spline-0.1.2 README.md
spline-0.1.1 README.md
spline-0.1.0 README.md
spline-0.0.19 README.md
spline-0.0.18 README.md
spline-0.0.17 README.md
spline-0.0.16 README.md
spline-0.0.15 README.md
spline-0.0.14 README.md