README.md in kapost-bootstrapper-0.1.0 vs README.md in kapost-bootstrapper-0.1.1
- old
+ new
@@ -1,6 +1,8 @@
# Kapost::Bootstrapper
+[](https://badge.fury.io/rb/kapost-bootstrapper)[](https://circleci.com/gh/kapost/kapost-bootstrapper)[](https://codeclimate.com/repos/57572a32ba1caf007e0006eb/feed)[](https://codeclimate.com/repos/57572a32ba1caf007e0006eb/coverage)
+
Used by Kapost apps to get themselves bootstrapped. To enhance developer happiness, every app should have a single command to get it set up (`./bin/setup`) and one command to run the whole thing (`./bin/run`). This gem attempts to help with the first script by encapsulating a useful set of helper functions that makes detecting and installing dependencies simpler.
## Installation
Add a file to your project called `bin/setup` with these contents: