文件名称:asana-cli:体式
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-24 02:56:51
Ruby
体式
Asana 的命令行客户端
安装
将此行添加到应用程序的 Gemfile 中:
gem 'asana-cli'
然后执行:
$ bundle
或者自己安装:
$ gem install asana-cli
用法
Options:
--list, -l: List all workspaces
--workspace, -w : Workspace
--project, -p : Project
--complete, -c : Complete a task
--close, -o : Complete a task
--create, -r : Create new task
--message, -m : Comment on a t
【文件预览】:
asana-cli-master
----.gitignore(154B)
----bin()
--------asana(2KB)
----LICENSE.txt(1KB)
----README.md(998B)
----lib()
--------asana-cli.rb(4KB)
--------asana-cli()
----Gemfile(94B)
----asana-cli.gemspec(796B)
----Rakefile(28B)