Sha256: 708df7b1896311d5f8745da8aa3a91b58a7c1e58f72dbc691b1f3ea6df1a9e6f

Contents?: true

Size: 741 Bytes

Versions: 7

Compression:

Stored size: 741 Bytes

Contents

# Sharp

Sharp is a [Ruby][ruby] and [Rack][rack]-based web framework.

## Installation

The only prerequisite for Sharp is Ruby 1.9 or higher.  Once you have that installed, you can install Sharp with the standard Rubygems command:

    $ gem install sharp

## Usage

For a basic walkthrough of all the features, read the [tutorial][tutorial].

## 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

[ruby]: http://www.ruby-lang.org
[rack]: http://rack.github.com
[tutorial]: https://github.com/pjb3/sharp/blob/master/TUTORIAL.md#creating-your-first-app

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sharp-0.3.7 README.md
sharp-0.3.6 README.md
sharp-0.3.5 README.md
sharp-0.3.4 README.md
sharp-0.3.3 README.md
sharp-0.3.2 README.md
sharp-0.3.1 README.md