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
- Host: GitHub
- URL: https://github.com/meganemura/piler
- Owner: meganemura
- License: mit
- Created: 2017-02-10T15:19:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T19:01:44.000Z (over 9 years ago)
- Last Synced: 2024-12-31T16:31:11.020Z (over 1 year ago)
- Topics: github, projects
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).