文件名称:trello-backup:备份从Trello下载数据并查询显示有趣的视图
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-22 00:10:05
JavaScript
特雷洛备份 从Trello备份/下载数据并查询/显示有趣的视图 安装 npm install -g trello-backup 配置 一个例子config.json : { "key": "get it from https://trello.com/app-key", "token": "go to https://developers.trello.com/sandbox, open your browser's web developer console, click Execute in sandbox UI, take token from the request url in the network tab", "backupDirectory": "/home/user/backup/trello", "boards": { "89ABCDEF":
【文件预览】:
trello-backup-master
----.travis.yml(51B)
----test.js(1KB)
----package.json(841B)
----README.markdown(984B)
----.ackrc(32B)
----config.sample.json(333B)
----.gitignore(33B)
----lib()
--------trello()
--------index.js(820B)
--------commands()
--------fs()
--------constants.js(75B)
--------cli.js(426B)
----.editorconfig(166B)