service_skeleton 2.0.0
When you need to write a program that provides some sort of persistent service, there are some things you always need. Logging, metrics, extracting configuration from the environment, signal handling, and so on. This gem provides ServiceSkeleton, a template class you can use as a base for your services, as well as a collection of helper classes to manage common aspects of a system service.
Gemfile:
=
クリップボードにコピー
コピー完了!
インストール:
=
Runtime依存性 (5):
Development依存性 (11):
bundler
>= 0
guard-rspec
>= 0
guard-rubocop
>= 0
rack-test
>= 0
rake
>= 0
redcarpet
>= 0
rspec
>= 0
rubocop
>= 0
rubocop-discourse
>= 0
simplecov
>= 0
yard
>= 0