Skip to content

Bash script that initialize a new Go project.

Notifications You must be signed in to change notification settings

alright21/go_new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Go Project Setup Script

This is a bash script that automatically creates a new git repo for your project in Go.

What will it do?

  1. create a new directory with the project name given by the user
  2. initialize a git repository in it
  3. add a README.md file
  4. TODO add a LICENCE file, if needed
  5. initialize Go modules file

About

Bash script that initialize a new Go project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages