/simplatra

A simple MVC Sinatra template and CLI for creating dynamic web applications.

Primary LanguageRubyMIT LicenseMIT

Ruby Version Gem Build Status License Documentation

Simplatra

A simple MVC Sinatra template and CLI for creating dynamic web applications.

Installation

To install the CLI, run:

$ gem install simplatra

Usage

Initialize a new application with:

$ simplatra init my-new-app

Move into your new application's directory and run:

$ bundle install

And you're ready to go!

View the GitBook for full documentation of the template and CLI