We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit a8bffa7Copy full SHA for a8bffa7
README.md
@@ -0,0 +1,23 @@
1
+Ruby
2
+----
3
+
4
+* Core gem path:
5
6
+ cielo24_Ruby/cielo24_gem/cielo24-X.X.X.gem *(depends on httpclient, hashie)*
7
8
+* Ruby Gems:
9
10
+ Run the following command to install сielo24 gem as well as any dependencies:
11
+ `gem install cielo24`
12
13
+ More information can be found here: http://rubygems.org/gems/cielo24
14
15
+ Run the following command to install сielo24-cli gem as well as any dependencies:
16
+ `gem install cielo24-cli`
17
18
+ Usage: `cielo24cli [action] [options]`
19
+ More information can be found here: https://rubygems.org/gems/cielo24-cli
20
21
+* Command Line Interface gem path:
22
23
+ cielo24_Ruby/cielo24_command/cielo24-cli-X.X.X.gem *(depends on cielo24, thor)*
0 commit comments