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

https://github.com/meganemura/piler

Utility for managing GitHub Project's cards
https://github.com/meganemura/piler

github projects

Last synced: about 2 months ago
JSON representation

Utility for managing GitHub Project's cards

Awesome Lists containing this project

README

          

# Piler

## Usage

```
# Specify project numbers (`github.com/owner/repo/projects/{project_number}`)
$ piler --repository=meganemura/piler --from=1 --to=2
Piler moves cards from 'FROM' to 'TO'
Copy from-column-1
* card2
* card1
Copy from-column-2
* card-b
* card-a
```

## Installation

$ gem install piler

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/meganemura/piler.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).