From 267a484dc7afcd14cb83f6d670391ab80539e8e5 Mon Sep 17 00:00:00 2001
From: Gant Laborde
Date: Mon, 14 Jan 2019 11:13:40 -0600
Subject: [PATCH 1/2] Add CLI creators to CLI section
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index bfe0769..9ad5630 100644
--- a/README.md
+++ b/README.md
@@ -218,6 +218,14 @@ Only main chapters:
:small_orange_diamond: multitor - a tool that lets you create multiple TOR instances with a load-balancing.
+##### :black_small_square: CLI Creators
+
+
+ :small_orange_diamond: Commander.JS - minimal CLI creator in JavaScript.
+ :small_orange_diamond: Gluegun - Advanced CLI one-stop-shop with strong types in JavaScript, plugin support, and docs.
+
+
+
##### :black_small_square: Other
From 2d80b3b2966a6f145d1de60b432fa2aff3807381 Mon Sep 17 00:00:00 2001
From: "@trimstray"
Date: Wed, 13 Feb 2019 09:49:18 +0100
Subject: [PATCH 2/2] moved commander.js to 'Other' section
---
README.md | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 9ad5630..8659d8d 100644
--- a/README.md
+++ b/README.md
@@ -218,19 +218,12 @@ Only main chapters:
:small_orange_diamond: multitor - a tool that lets you create multiple TOR instances with a load-balancing.
-##### :black_small_square: CLI Creators
-
-
- :small_orange_diamond: Commander.JS - minimal CLI creator in JavaScript.
- :small_orange_diamond: Gluegun - Advanced CLI one-stop-shop with strong types in JavaScript, plugin support, and docs.
-
-
-
##### :black_small_square: Other
:small_orange_diamond: incron - is an inode-based filesystem notification technology.
:small_orange_diamond: tldr - simplified and community-driven man pages.
+ :small_orange_diamond: commander.js - minimal CLI creator in JavaScript.
#### GUI Tools [[TOC]](#anger-table-of-contents)