Registry / cli / wycats-thor

wycats-thor

JSON →
library0.11.5rbrubygemsunverified

A scripting framework that replaces rake, sake, and rubigen for building command-line tools.

gem install wycats-thor
INSTALL
IMPORT
SIG · WYCATS-THOR
W
wycats-thor
clirubyv0.11.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Thor
require 'thor'

Define a simple CLI command that greets a user.

require 'thor' class MyCLI < Thor desc 'hello NAME', 'Say hello to NAME' def hello(name) puts "Hello, #{name}!" end end MyCLI.start(ARGV)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
OpenAI (training)
1
Resources
wycats-thor — gem install wycats-thor · libregistry