Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sinatra-scaffolder

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinatra-scaffolder

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Codeship Status for manuelcorrea/sinatra-scaffolder

Sinatra Scaffolder

A set of tools for creating new webservices with Sinatra. Allows quickly setting up a new project with all of the quality of life things we've found to ease the process of Ruby development even more.

Installation

$ git clone <this_repo> && cd <this-repo>
$ gem build sinatra-scaffolder.gemspec
$ gem install sinatra-scaffolder

Usage

$ sinatra-scaffolder create <project_name>

This will create go through the entire process of creating a new Sinatra project. This includes:

  • Setting up a standard Sinatra folder structure.
  • Creating hello world as an example controller.
  • Setting up the rspec testing framework with a test of hello world.
  • Configuring sinatra-reloader to pick up any file changes and reload the webserver in dev.
  • Initializing a new git repo in the project path.

Run your tests by using $ rake coverage

Run Guard by $ guard

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 12 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc