Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 725 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 725 Bytes

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)