Skip to content

Instantly share code, notes, and snippets.

@ihollander
Last active October 23, 2018 19:06
Show Gist options
  • Save ihollander/464dc964e6d2b8a85d4806f82d7d9ad4 to your computer and use it in GitHub Desktop.
Save ihollander/464dc964e6d2b8a85d4806f82d7d9ad4 to your computer and use it in GitHub Desktop.
Thor step 1
require 'thor'
require 'faker'
class HeroCLI < Thor
end
HeroCLI.start(ARGV)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment