# kasl-cli
npm installer for [kasl](https://github.com/lacodda/kasl) — a work activity tracker CLI: automatic workday and break detection, task management with Jira/GitLab integration, productivity reports and exports.
```bash
npm i -g kasl-cli
kasl init
kasl watch
```
The package downloads the prebuilt binary for your platform from [GitHub Releases](https://github.com/lacodda/kasl/releases) (Windows x64 for now; more platforms coming with 1.0.0). On other platforms install via cargo:
```bash
cargo install kasl-cli
```
Documentation: [kasl.lacodda.com](https://kasl.lacodda.com)