rootindex / redmine-lite-cli
Command line tool for common tasks in Redmine
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- symfony/console: ^3.0
README
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 listingand comments on tickets - Add media inclusion
!media.jpg!
after attachment upload - Write tests