A CLI Tool for mite. (
You must have node
(v6 or higher) and
npm
installed to run mitey.
Before you start, you need to generate an API key for your account.
- Go to your mite settings (https://<your-team>.mite.yo.lk/myself)
- Select Allow API access,
- Click Display API key and copy your key.
- Run
npm install -g mitey
to install mitey globally. - Run
mitey init
.- Enter your team name. It is this part: <your-team>.mite.yo.lk
- Enter your API key
- Enter a time in minutes that you want your time entries to be rounded up to. Leave it empty if you don't want to modify your time entries.
- Run
mitey verify
to check if everything was set up correctly.
mitey start
will walk you through a process to create a new time entry. It will ask you to specify a customer, project and service. You can also provide a note.
mitey stop
will try to stop the current tracker, if there is one.
mitey current
will give you the current tracker, if there is one.
mitey customers
lists all active customers.- Use
mitey customers -n ExampleCustomer
to filter by name.
mitey projects
lists all active projects.- Use
mitey projects -n ExampleProject
to filter by name.
mitey services
lists all active services.- Use
mitey services -n ExampleService
to filter by name.
Feel free to report bugs here.
MIT