A scaffold cli for the Sinatra web gem.
Globally install
gem install sinatra-scaffoldProject install
bundle add sinatra-scaffoldsinatra-scaffold new my_appInstall the dependencies
bundle installBuild and install gem locally
gem build sinatra-scaffold.gemspec && gem install ./sinatra-scaffold-[version].gemRun lint
bundle exec rake standard:fixBug 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.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the SinatraScaffold project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.