UNPKG

teamwork-cli

Version:

Command-line-interface for the Teamwork (https://www.teamwork.com/time-tracking) time entry system.

6 lines (4 loc) 167 B
#!/usr/bin/env node const main = require('./command-mode.js'); const interactiveCommands = require('./interactive-mode.js'); main(process.argv, interactiveCommands);