文件名称:trello-fs:Trello的命令行客户端
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-03 09:49:33
JavaScript
trello-fs trello-fs是Trello的命令行客户端。 它正处于早期开发阶段。 请参阅“已部分以了解更多详细信息。 安装 npm install -g trello-fs trello-fs会在首次运行时创建一个配置文件: ~/.trello-fs 。 该文件也用作缓存。 用法 trello-fs的基本思想是将板和列表视为文件夹,将卡视为文件。 这允许进行类似于使用coreutils的操作: tfs ls # lists contents of the current directory tfs ls /Foo/Bar # lists contents of list Bar on board Foo tfs cd / # change directory to root tfs -h # Use if you need help, also works for the
【文件预览】:
trello-fs-master
----.gitignore(14B)
----package.json(683B)
----bin()
--------tfs(1KB)
----LICENSE(1KB)
----README.md(1KB)
----commands()
--------ls.js(7KB)
--------pwd.js(240B)
--------cd.js(741B)