Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 946 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 946 Bytes

Bash Headstart

Bash Headstart is a wrapper around go-script-bash. In my projects I found my self creating the same structure and same commands over and over again. Bash Headstart contains the common parts of these projects.

How to use

  1. Add this repo as a git submodule to your project:
git submodule add https://github.com/tterranigma/bash-headstart scripts/vendor bash-headstart -b master
  1. Run git submodule init --recursive path/to/bash-headstart-submodule
  2. Copy headstart-template to the root of your project and rename it to fit your project.
  3. Run eval "$(./renamed-headstart-template env -)".
  4. You are ready to use the renamed-headstart-template command.

External libraries used: