Skip to content

This is a tool that make it easy to build fast, reliable and easy to understand projects from golang templates that are written by experienced software engineers.

License

Notifications You must be signed in to change notification settings

CitTizenfour/golang-template-manager

 
 

Repository files navigation

golang-template-manager

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.

How to install?

  1. Clon using following commands
cd 
git clone https://github.com/golanguzb70/golang-template-manager
sudo chmod 770 ./golang-template-manager/*
  1. 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"
  1. To submit the configuration, run the following command
# put your choice instead of .zshrc
source .zshrc

Create new project

To create a new project run the command below and follow all the instructions that are given after that command.

newtemplate

About

This is a tool that make it easy to build fast, reliable and easy to understand projects from golang templates that are written by experienced software engineers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%