.editorconfig | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.yardopts | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
appveyor.yml | |
|
|
exe/teletype | |
|
|
images/tty.png | |
|
|
lib/tty.rb | 17 | A 0 mins | A 100% |
lib/tty/cli.rb | 119 | A 0 mins | D 62% |
lib/tty/cmd.rb | 46 | A 0 mins | C 72% |
lib/tty/commands/add.rb | 251 | D 1 day |
|
lib/tty/commands/new.rb | 193 | B 4 hrs |
|
lib/tty/gems.yml | |
|
|
lib/tty/gemspec.rb | 59 | A 35 mins |
|
lib/tty/gemspec_dependency.rb | 17 | A 0 mins |
|
lib/tty/licenses.rb | 28 | A 0 mins | B 87% |
lib/tty/path_helpers.rb | 19 | A 0 mins | F 53% |
lib/tty/plugins.rb | 54 | A 0 mins | B 82% |
lib/tty/plugins/plugin.rb | 24 | A 0 mins | A 100% |
lib/tty/templater.rb | 33 | A 0 mins |
|
lib/tty/templates/add/command.rb.tt | |
|
|
lib/tty/templates/add/gitkeep.tt | |
|
|
lib/tty/templates/add/namespace.rb.tt | |
|
|
lib/tty/templates/new/agplv3_LICENSE.txt.tt | |
|
|
lib/tty/templates/new/apache_LICENSE.txt.tt | |
|
|
lib/tty/templates/new/bsd2_LICENSE.txt.tt | |
|
|
lib/tty/templates/new/bsd3_LICENSE.txt.tt | |
|
|
lib/tty/templates/new/editorconfig.tt | |
|
|
lib/tty/templates/new/exe/newcli.tt | |
|
|
lib/tty/templates/new/gitkeep.tt | |
|
|
lib/tty/templates/new/gplv2_LICENSE.txt.tt | |
|
|
lib/tty/templates/new/gplv3_LICENSE.txt.tt | |
|
|
lib/tty/templates/new/lgplv3_LICENSE.txt.tt | |
|
|
lib/tty/templates/new/lib/newcli/cli.rb.tt | |
|
|
lib/tty/templates/new/lib/newcli/command.rb.tt | |
|
|
lib/tty/templates/new/mit_LICENSE.txt.tt | |
|
|
lib/tty/templates/new/mplv2_LICENSE.txt.tt | |
|
|
lib/tty/version.rb | 3 | A 0 mins |
|
tasks/console.rake | |
|
|