piotrmurach/tty

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.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.rb17
A
0 mins
A
100%
lib/tty/cli.rb119
A
0 mins
D
62%
lib/tty/cmd.rb46
A
0 mins
C
72%
lib/tty/commands/add.rb251
D
1 day
lib/tty/commands/new.rb193
B
4 hrs
lib/tty/gems.yml
lib/tty/gemspec.rb59
A
35 mins
lib/tty/gemspec_dependency.rb17
A
0 mins
lib/tty/licenses.rb28
A
0 mins
B
87%
lib/tty/path_helpers.rb19
A
0 mins
F
53%
lib/tty/plugins.rb54
A
0 mins
B
82%
lib/tty/plugins/plugin.rb24
A
0 mins
A
100%
lib/tty/templater.rb33
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.rb3
A
0 mins
tasks/console.rake