Sha256: 35f947f3873f0ca2324569386c8136bb4e8b77325113f201532369031a9a2bd5

Contents?: true

Size: 792 Bytes

Versions: 2

Compression:

Stored size: 792 Bytes

Contents

# Simba

Simba is a generator for Sinatra applications.

Simba chooses slim + sinatra + activerecord to build your awesome apps.

Simba's aim is to help you to use best practices when not using ruby on rails.

## Installation

    $ gem install simba

## Usage

    $ simba new appname

    $ # development
    $ bundle exec rackup

    $ # production
    $ rake asset:precompile
    $ bundle exec rackup -E production

## More

Simba uses [Linner](https://github.com/SaitoWu/linner) as its asset packaging system,
You can star it on the github page.

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simba-0.8.1 README.md
simba-0.8.0 README.md