https://github.com/tompave/paint_cli
https://github.com/tompave/paint_cli
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tompave/paint_cli
- Owner: tompave
- Created: 2015-06-15T12:19:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T12:21:30.000Z (about 11 years ago)
- Last Synced: 2025-02-01T08:41:46.699Z (over 1 year ago)
- Language: Ruby
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PaintCli
todo
## Installation
This utility is provided as a gem, but is not published on [rubygems.org](https://rubygems.org/).
To install it:
```
# get the code
git clone git@github.com:tompave/paint_cli.git
# build the gem
cd paint_cli
git checkout tags/v1.0.0
gem build paint_cli.gemspec
# install the gem from the local gem archive file
gem install paint_cli-1.0.0.gem
```
## Tests
```
rake test
```
Tested with Ruby MRI 2.0.0 and above.