Add thor CLI binary and app class

This commit is contained in:
Enrico Stahn
2015-03-27 10:23:58 +11:00
parent 8c0ebe3808
commit 3993eeec28
3 changed files with 43 additions and 4 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env ruby -U
require 'github_changelog_generator'
GitHubChangelogGenerator::CLI.start(ARGV)