Skip to content

An example thor app that dynamically loads in module code

Notifications You must be signed in to change notification settings

kluzny/thor_with_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thor_with_modules

Using modules in thor helps add some organization to giant cli commands. You can stuff custom subcommands in /modules, shared subcommand code in /concerns, and plain old ruby in /lib

Installation

  • git clone the repo
  • cd thor_with_modules
  • chmod +x ./cli
  • ./cli help
  • ./cli help bar
  • ./cli baz help say

About

An example thor app that dynamically loads in module code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages