millsoft/acetool

There is no license information available for the latest version (1.0.6) of this package.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Type:project

1.0.6 2020-01-24 10:52 UTC

This package is auto-updated.

Last update: 2024-04-15 21:01:03 UTC


README

AceProject for the CLI

screenshot

Status

This project is just fresh out of the oven and it is still in development. Use it on your own risk. You CAN'T control your whole AceProject account yet. What you can do is the following:

  • Login / Logout
  • List Projects
  • List Tasks by a Project
  • Find Tasks by a Search String
  • Find Starred Tasks
  • Start and Stop the clock for a given task
  • See all running clocks (including all of your coworkers)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To use it you need to install php first. I tested the project with php 7 on linux but it also should work on at least php 5.6 and also on windows.

Installing

The easiest installation is using composer:

composer global require millsoft/acetool

Install this project on your machine by downloading the ZIP or use git to clone it. Then use comoser to install all needed dependencies by executing following command in the project directory:

composer install

Running

If you installed this tool with composer, you can type ace in your terminal.

Otherwise, simply execute the ace.php with php:

php ace.php

If you cann the script like that you will see a help page and all available commands / parameters. To get help for a given command add --help to the command, for example:

php ace.php task --help

To use the tool you first need to login to your account. To do this, call the script with following parameters:

php ace.php account:login username password subdomain

I recommend you to make your own bat or sh script and make it global so it works globally.

Built With

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Michael Milawski - Initial work - MilMike

License

This project is licensed under the MIT License.

Acknowledgments

  • I am not affiliated with AceProject in any way and the AceProject devs are not affiliated with this project here.