зеркало из https://github.com/github/pages-gem.git
add script/console
This commit is contained in:
Родитель
34ea2ca18f
Коммит
9fca347a91
|
@ -34,4 +34,6 @@ msg
|
|||
s.add_dependency("terminal-table", "~> 1.4")
|
||||
s.add_development_dependency("rspec", "~> 3.3")
|
||||
s.add_development_dependency("rubocop", "~> 0.35")
|
||||
s.add_development_dependency("pry", "~> 0.10")
|
||||
|
||||
end
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
bundle exec pry -r ./lib/github-pages.rb
|
Загрузка…
Ссылка в новой задаче