Sha256: 856420c12857c7fba80c10af74269b68600855a51a0fe7f60db6b2c97a2a5a2e
Contents?: true
Size: 822 Bytes
Versions: 1
Compression:
Stored size: 822 Bytes
Contents
# Rbtils Helpful utilities to improve your personal workflow. To extend it's functionality, please read the [contribution](CONTRIBUTE.md) document. ## Installation 1. `gem install rbtils` 2. Execute `rbtils branch current` to test if everything installed correctly ## How to Use |Command|Description|Usage| |--------------|-----------|--------------| |branch|Show information about git branches you are working on|`rbtils branch current`, `rbtils branch recent`| |clean|Manually cleanup old logs in `./logs/*`|`rbtils clean`| |minify|Minify, rename and move all coffeescript/javascript to a /min folder in the current directory|`rbtils minify js`| |open|Open a list of files in your favourite editor|`rbtils open files *files`| |hound|Check your ruby or CS/JS code for syntax and convention issues|`rbtils hound js`|
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbtils-0.0.2 | README.md |