This is a tool that makes it easy to build fast, reliable and easy to understand template manager that manages golang templates that are written by experienced software engineers.
- Clon using following commands
cd
git clone https://github.com/golanguzb70/golang-template-manager
sudo chmod 770 ./golang-template-manager/*
- Set alias to run bash commands easily. Add the following lines of script to your .bashrc, .zshrc or .profile depending on your OS and your choice.
export TEMPLATE_PATH="/home/username/golang-template-manager"
alias newtemplate="${TEMPLATE_PATH}/main.sh"
- To submit the configuration, run the following command
# put your choice instead of .zshrc
source .zshrc
To create a new project run the command below and follow all the instructions that are given after that command.
newtemplate