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

https://github.com/rootindex/redmine-lite-cli

Command line tool for common tasks in Redmine
https://github.com/rootindex/redmine-lite-cli

Last synced: 5 months ago
JSON representation

Command line tool for common tasks in Redmine

Awesome Lists containing this project

README

          

# Redmine Lite CLI Tools

PHP based command line tool for common tasks in Redmine, can easily be
extended for your own purposes.

## Configuration
The application configures it self the first time you run it.

## Installation
Install the application by running
composer `composer create-project rootindex/redmine-lite-cli`

## Todo list

* ~~Change configuration file loader, perhaps move to ~/.redmine-lite.yml~~
* Remove second ticket getter on successful creation
* Add ~~project listing~~, ~~user listing~~ and comments on tickets
* Add media inclusion `!media.jpg!` after attachment upload
* Write tests