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