Skip to content

container-streams/sleepers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sleepers

Provides common gems that are useful in all rails applications and which encourage clean and well encapsulated code styles as well as those which provide convenience

Installation

Add this line to your application's Gemfile:

gem 'sleepers'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sleepers

Usage

Usage is the same as installing each gem individually

gems included are

# Convenience
gem 'hashie'

# Debug and output
gem 'table_print'
gem 'awesome_print'
gem 'pry-byebug' # With configuration to behave like byebug
gem 'simple_command'

License

The gem is available as open source under the terms of the MIT License.

About

Collection of base utility gems that get used in all of our microservices

Resources

License

Stars

Watchers

Forks

Packages

No packages published