Skip to content

Commit 5c6090c

Browse files
committed
Update README.md's
1 parent 82ec4ff commit 5c6090c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
python-ruby-golang
2+
----------
3+
4+
A comparison of click (Python), thor (Ruby), and cli.go (Golang) for building a very simple command-line tool.
5+
6+
## QuickStart
7+
8+
See the README.md in each of the subdirectories for more information.
9+
10+
## Blog Post
11+
12+
[Coming Soon!]()

golang/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ For help run:
1919
* `gomr --help`
2020
* `gomr register --help`
2121
* `gomr run --help`
22-
23-
## Ports
24-
25-
Pymr has been ported to ruby as [rumr](https://github.com/kpurdon/rumr) and python as [pymr](https://github.com/kpurdon/pymr).

python/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ For help run:
2525
* `pymr --help`
2626
* `pymr register --help`
2727
* `pymr run --help`
28-
29-
## Ports
30-
31-
Pymr has been ported to ruby as [rumr](https://github.com/kpurdon/rumr) and go as [gomr](https://github.com/kpurdon/gomr).

ruby/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@ For help run:
2323
* `rumr help`
2424
* `rumr help register`
2525
* `rumr help exec`
26-
27-
## Ports
28-
29-
rumr has been ported to python as [pymr](https://github.com/kpurdon/pymr) and go as [gomr](https://github.com/kpurdon/gomr).

0 commit comments

Comments
 (0)