Skip to content

Commit

Permalink
BREAKING CHANGE: fix: Rename the primitive variant to bare-minimum
Browse files Browse the repository at this point in the history
The previous variant name is hard to distinguish with the basic variant.

Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Mar 23, 2024
1 parent e7654d7 commit ab2fade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Ready-to-use bash shell script templates at your fingertips!

This product provides several _flavors_ of the Bash script template to satisfy different needs:

### [PRIMITIVE](primitive.sh)
### [BARE-MINIMUM](bare-minimum.sh)

The considered to be the bare-minimum for bash scripting:

Expand All @@ -19,7 +19,7 @@ The considered to be the bare-minimum for bash scripting:

### [BASIC](basic.sh)

Inherited from the [PRIMITIVE](#primitive) flavor, but with the following additions:
Inherited from the [BARE-MINIMUM](#bare-minimum) flavor, but with the following additions:

* Runtime dependency detection(check whether all the required commands are available from the command search PATHs
* The following convenience variable definitions:
Expand Down
File renamed without changes.

0 comments on commit ab2fade

Please sign in to comment.