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
- Host: GitHub
- URL: https://github.com/rootindex/redmine-lite-cli
- Owner: rootindex
- Created: 2016-05-13T21:25:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T18:49:43.000Z (about 10 years ago)
- Last Synced: 2025-07-13T03:36:58.497Z (12 months ago)
- Language: PHP
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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