sumday / console
The console app for Sumday.io
Requires
- php: ^7.2
- gitonomy/gitlib: ^1.1
- laravel-zero/framework: ^6.0
- mashape/unirest-php: ^3.0
- nunomaduro/laravel-console-menu: ^2.1
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2023-03-01 00:38:10 UTC
README
Sumday Console - A developer's best friend for tracking their working hours.
The Sumday Console is the best way to connect with and log hours with Sumday.io.
Author(s):
- Matt Lantz (@mattylantz, mattlantz at gmail dot com)
Requirements
- PHP 7.2+
Installation
Run the following command:
composer global require "sumday/console"
Documentation
Auth
The auth command lets you set the token for any API calls made to Sumday. You can get this token or change it in your account settings on Sumday.io
$ sumday auth {token}
Config
The config command lets you connect a directory to a client or project UUID.
$ sumday config {uuid}
Clients/Projects
These commands provide a simple list of the clients or projects you have access to on Sumday.io
$ sumday clients|projects
Log
The log command is the most important. It lets you log hours as if you were just writing a git commit
.
$ sumday log {hours} {message} {--date}
License
FormMaker is open-sourced software licensed under the MIT license
Bug Reporting and Feature Requests
Please add as many details as possible regarding submission of issues and feature requests
Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.