Skip to content

Commit

Permalink
docs: Format bingo header doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TekWizely committed Feb 17, 2020
1 parent ef63ef9 commit 4e94d28
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions bingo
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ BINGO_VERSION="0.1.0"
#
# BINGO - The missing package manager for golang binaries
#
# Bingo is a wrapper for the go toolchain to make installing and managing
# golang applications a bit easier
# Bingo is a wrapper for the go toolchain to make installing and managing
# golang applications a bit easier
#
# Project Home
#
Expand All @@ -16,49 +16,48 @@ BINGO_VERSION="0.1.0"
#
# Bingo exists as a Runfile, and requires the Run tool to operate:
#
# https://github.com/TekWizely/run
# https://github.com/TekWizely/run
#
# Work Folders
#
# Bingo requires the following work folders:
#
# Bin Folder : Where compiled binaries are installed
# Package Folder : Where packages are downloaded / compiled
# Cache Folder : Where to store Go cache files
# Bin Folder : Where compiled binaries are installed
# Package Folder : Where packages are downloaded / compiled
# Cache Folder : Where to store Go cache files
#
# Shell Variables
#
# Individual
#
# Each of these folders can be individually configured via shell
# variables:
# Each of these folders can be individually configured via shell variables:
#
# $BINGO_BIN
# $BINGO_PKG
# $BINGO_CACHE
#
# Fallback: BINGO_HOME
#
# If the $BINGO_HOME variable is defined, bingo will use it as a fall-back
# for any folder that is not individually configured, i.e:
# If the $BINGO_HOME variable is defined, bingo will use it as a fall-back
# for any folder that is not individually configured, i.e:
#
# $BINGO_HOME/bin
# $BINGO_HOME/pkg
# $BINGO_HOME/cache
#
# Default: HOME/.bingo
#
# As a final default, bingo will use $HOME/.bingo i.e:
# As a final default, bingo will use $HOME/.bingo i.e:
#
# $HOME/.bingo/bin
# $HOME/.bingo/pkg
# $HOME/.bingo/cache
#
# License
# License
#
# The bingo project is released under the MIT License:
# The bingo project is released under the MIT License:
#
# https://opensource.org/licenses/MIT
# https://opensource.org/licenses/MIT
#
# ##############################################################################

Expand Down

0 comments on commit 4e94d28

Please sign in to comment.