Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismeyer/ttrack
https://github.com/luismeyer/ttrack
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luismeyer/ttrack
- Owner: luismeyer
- Created: 2023-04-20T21:38:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-28T07:33:07.000Z (over 1 year ago)
- Last Synced: 2024-10-05T13:22:08.851Z (about 1 month ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Timetrack
Simple time tracking tool for the command line running on Deno.
## Build
1. Install Deno
2. Run `deno task build`
3. Add this aliases to you shell config file```sh
alias tt="[path to project]/build/ttrack"
```## Development
1. Install Deno
2. Run `deno task dev [subcommand you want to test]`