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

rbapp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rbapp

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Overview

rbapp is a (thor & bundler based) ruby console application generator. You get a dependency with thor, but I think the pros wins the cons:

  • Your ruby app gets a neat console API: arguments, options,and help for free.
  • Your app is modular and easy to extend: only add new thor tasks!
  • Your app get gets a simple but powerfull template based generator.
  • Your app is generated as a bundle based gem, so you get easy deployment

Of course, rbapp was generated by rbapp!

Install & Use

To install:

gem install rbapp

For use:

rbapp myapp
=> generate an application named myapp in ./myapp dir

rbapp myapp --sample

=> generate also a sample task

rbapp --help

=> show options

Help

Your generated app is a thor "clone", so read thor docs to get help about how create new tasks for your app. rbapp is a very simple application: Read the source for better understanding: rbapp is it self rbapp generated, so it can show how your app works.

FAQs

Package last updated on 21 Nov 2011

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