Sha256: d55c4e61151f4adcb6c4edf4fdcd2f62b5c1c0e1ee7c4454e6a7a4120d816dff
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
# peppermint _"A gem of a dev environment."_ # Installation ```ruby bundle add peppermint --group development ``` 2. Put one of the following in your `Rakefile` as appropriate. ```ruby require "peppermint/rake/ruby" ``` or ```ruby require "peppermint/rake/rust" ``` 3. Pull down config files. ```bash bundle exec rake peppermint:update ``` # Update ```bash bundle update peppermint bundle exec rake peppermint:update ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peppermint-0.1.7 | README.md |