# node-toup **Repository Path**: uphg/node-toup ## Basic Information - **Project Name**: node-toup - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Toup 命令行的任务清单管理工具 ## 安装 ```sh npm install -g toup # or yarn global add toup ``` ## 使用 ```sh # 查看/编辑任务列表 t # 添加任务 t add [taskName] # 清空任务 t clear ``` ## 依赖 - commander.js v7.2.0 - inquirer.js v8.0.0