文件名称:thorium:工作流自动化工具包
文件大小:24KB
文件格式:ZIP
更新时间:2024-07-26 02:15:33
Ruby
# 钍 简单的工作流自动化工具包。 需要 Ruby 2.0。 安装 gem install thorium 包含别名(可选): gem install thorium && alias th=thorium 更新 gem update thorium 用法 常见的 列出本地公钥,如果没有,则提示生成一个新的公钥 thorium pubkeys 将默认的~/.ssh/id_rsa.pub到剪贴板 thorium pubkey 例子 $ thorium pubkey Use `thorium pubkeys` if you want to select a specific key. ---> `~/.ssh/id_rsa.pub` copied to your clipboard. Github 命令
【文件预览】:
thorium-master
----.gitignore(645B)
----.rspec(40B)
----bin()
--------thorium(127B)
----.travis.yml(45B)
----LICENSE(34KB)
----.hound.yml(386B)
----spec()
--------spec_helper.rb(87B)
--------thorium_spec.rb(195B)
--------thorium_helper.rb(60B)
----README.md(4KB)
----lib()
--------thorium.rb(32B)
--------thorium()
----thorium.gemspec(794B)
----Gemfile(79B)
----Rakefile(107B)
----Gemfile.lock(602B)