0.4.2 • Published 8 years ago
mitey v0.4.2
mitey👨💻
A CLI Tool for mite. (⚠️ This is still a work in progress!)
Requirements
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://\.mite.yo.lk/myself)
- Select Allow API access,
- Click Display API key and copy your key.
Installation
- Run
npm install -g miteyto install mitey globally. - Run
mitey init. - Enter your team name. It is this part: \.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 verifyto check if everything was set up correctly.
Usage
Starting a new tracker
mitey startwill 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.
Stopping the tracker
mitey stopwill try to stop the current tracker, if there is one.
Viewing the current tracker
mitey currentwill give you the current tracker, if there is one.
Customers
mitey customerslists all active customers.- Use
mitey customers -n ExampleCustomerto filter by name.
Projects
mitey projectslists all active projects.- Use
mitey projects -n ExampleProjectto filter by name.
Services
mitey serviceslists all active services.- Use
mitey services -n ExampleServiceto filter by name.
Bugs
Feel free to report bugs here.
License
MIT