static-shell-templates 0.0.2
Tool that allows you to reuse static pieces of shell scripts in order to avoid duplication. Esentially, you insert a 'template' tag pointing to a uri containing your snippet and after executing static_shell_templates it will be replaced with the snippet content.
Gemfile:
=
install:
=
Runtime Dependencies (1):
thor
>= 0
Development Dependencies (14):
bump
>= 0
bundler
~> 1.7
fuubar
>= 0
guard
>= 0
guard-rspec
>= 0
guard-rubocop
>= 0
pry
>= 0
pry-byebug
>= 0
pry-coolline
>= 0
rake
~> 10.0
rspec
>= 0
rubocop
>= 0
rubocop-rspec
>= 0
webmock
>= 0