Skip to content

hiasinho/ruby-command-line-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Command Line Framework

Introduction

Hi!

I am a simple template project that will make it easy to create command line applications in ruby.

I set up support for the following libraries:
  • bundler / gems
  • active support
  • rSpec
Features:
  • really minimal project
  • ensure that only once instance of this application is running at a time (if I were to be scheduled by cron)
  • logging
  • familiar rails-like project structure

Setup

  • gem install bundler
  • bundle install

Running the application

  • ./main

Running the tests

coming soon...

About

A template project for a ruby command line application which includes some basic enviornment helpers and setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published