An open API service indexing awesome lists of open source software.

https://github.com/tompave/paint_cli


https://github.com/tompave/paint_cli

Last synced: about 1 year ago
JSON representation

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.