0.0
No commit activity in last 3 years
No release in over 3 years
standard gem set for development
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Developmentkit

Gem Version Build Status Code Climate Dependency Status

What

Standard GemSet for development.

Determination Criteria

  • Usefull
  • Less harmful
  • Easy Testable

Install

In your Gemfile add:

gem 'developmentkit', group: :development

Then run

$ bundle install

Now you're good to go.

If conflict, when first time to use this gem,

% gem install developmentkit

And do bundle update command only dependency, to use such below

get bundle command,

% irb
% require 'developmentkit'
% Developmentkit::Tool.show_bundle_command
#=> bundle update thin pry-rails pry-rescue pry-stack_explorer pry-byebug rack-mini-profiler bullet spring quiet_assets

bundle

bundle update thin pry-rails pry-rescue pry-stack_explorer pry-byebug rack-mini-profiler bullet spring quiet_assets

once you bundle this gem, only same thing do this rake task

bundle exec rake develpmenkit:update:dependency

Includes

  • bullet
  • pry-byebug
  • pry-rails
  • pry-rescue
  • pry-stack_explorer
  • rack-mini-profiler
  • spring
  • thin