kasl-cli 1.0.2

Work activity tracker CLI: automatic workday and break detection, task management with Jira/GitLab integration, productivity reports and exports
Documentation
1
2
3
4
// Postinstall entry: pre-downloads the binary where lifecycle scripts are
// allowed. On npm v12+ this script is skipped by default and run.js downloads
// the binary on first launch instead.
require("./download").install(() => {});