# TaskManager_TS **Repository Path**: laidongmin/task-manager_ ## Basic Information - **Project Name**: TaskManager_TS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-18 - **Last Updated**: 2022-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 手写任务管理器 ### 使用语言 Typescript 3.1 ### 完成效果 完成对任务、任务管理器的封装,可以进行开始、暂停、恢复、关闭 ### ts开启实时编译 npx tsc --watch ### node编译 ./built/index.js