Skip to content
/ goinit Public

Initialize Go project with Git repository.

License

Notifications You must be signed in to change notification settings

macie/goinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goinit

CI

goinit initialize empty Go project with:

  • Git repository
  • README.md and LICENSE files.

Usage

goinit

Installation

For best user experience goinit should be installed inside directory from PATH environmental variable.

Using curl:

curl -fLO https://raw.githubusercontent.com/macie/goinit/dev/goinit
chmod +x goinit

or with wget:

wget https://raw.githubusercontent.com/macie/goinit/dev/goinit
chmod +x goinit

License

MIT (explanation in simple words)

About

Initialize Go project with Git repository.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks