文件名称:awsm:查询 AWS 的便捷工具
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-24 15:21:54
Ruby
奥兹姆 Awsm 是一个很棒的 AWS 查询工具。 双关语肯定是有意的。 从 RubyGems 安装 Awsm 在 RubyGems 上可用,要安装它,您需要做的就是: gem install awsm 从源安装 Awsm 是用 Ruby 2.1 编写的,因此您首先需要它,您还需要bundler gem。 [you@host:~]$ git clone https://github.com/mduk/awsm [you@host:~]$ cd awsm [you@host:~/awsm]$ bundle install [you@host:~/awsm]$ gem build awsm.gemspec [you@host:~/awsm]$ gem install awsm-x.x.x.gem [you@host:~/awsm]$ awsm 运行awsm Awsm 需要设置三个环境
【文件预览】:
awsm-master
----.gitignore(192B)
----Makefile(53B)
----bin()
--------awsm(68B)
----LICENSE.txt(1KB)
----README.md(2KB)
----lib()
--------awsm()
--------awsm.rb(691B)
----Gemfile(91B)
----Rakefile(29B)
----awsm.gemspec(1KB)