From 4aca3660b746f0ff3bd670448001366961c8d828 Mon Sep 17 00:00:00 2001 From: rwxrob Date: Sun, 8 Aug 2021 21:34:35 -0400 Subject: [PATCH] Add bash-command-template --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fbb70a..470427d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ -# Bash Command Example Template +# Bash Command Template This is a GitHub template repo that will be copied instead of forked -to create a new Bash command. Obviously, not all of this is needed for +to create a new Bash command with a command something like this: + +``` +gh repo create rwxrob/mycmd -p rwxrob/bash-command-template +``` + +Obviously, not all of this is needed for many Bash scripts, but anything with more than two subcommands will benefit from the builtin tab completion, embedded Markdown help documentation support, and included functions (`usage`, `_filter`,