文件名称:trello-task:使用 @task 从您的代码库中制作 trello 任务
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-18 22:52:16
JavaScript
trello 任务 安装: 使用纱线: $ yarn add @vobi-io/trello-task husky 使用 npm: $ npm i -S @vobi-io/trello-task husky 用法 : // @task refactor function 使用关键字此包将在您提交并推送更改后在 trello 上创建任务 额外功能: // @task refactor function @due 11/29/2019 使用关键字@due 和以下日期格式 MM/DD/YYYY 您还可以设置截止日期 配置 : 在您的项目根目录中创建文件,例如 trello.js // trello.js const task = require('@vobi-io/trello-task') const configuration = { key: \* Trello api
【文件预览】:
trello-task-master
----.gitignore(13B)
----package.json(477B)
----service.js(447B)
----index.js(623B)
----helpers()
--------createCard.js(410B)
--------gitParser.js(193B)
--------commentParser.js(192B)
----.eslintrc.js(274B)
----README.md(2KB)
----yarn.lock(50KB)