The project is in a healthy, maintained state
Ruby gem to make more easy the getting start of web app development with Sinatra gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0
~> 1.3
~> 3.0

Runtime

~> 1.3
 Project Readme

SinatraScaffold

Gem Version

A scaffold cli for the Sinatra web gem.

Installation

Globally install

gem install sinatra-scaffold

Project install

bundle add sinatra-scaffold

Usage

sinatra-scaffold new my_app

Development

Install the dependencies

bundle install

Build and install gem locally

gem build sinatra-scaffold.gemspec && gem install ./sinatra-scaffold-[version].gem

Run lint

bundle exec rake standard:fix

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/joaoGabriel55/sinatra-scaffold. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the SinatraScaffold project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.