https://github.com/eze-kiel/gonew
Generate a Go project template, with a Makefile
https://github.com/eze-kiel/gonew
Last synced: 3 months ago
JSON representation
Generate a Go project template, with a Makefile
- Host: GitHub
- URL: https://github.com/eze-kiel/gonew
- Owner: eze-kiel
- Created: 2021-05-26T13:52:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T13:58:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T11:43:46.456Z (4 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gonew
Generate Go project template, with a Makefile.
## Installation
```
$ git clone https://github.com/eze-kiel/gonew.git
$ cd gonew/
```Then copy it to somewhere in the scope of your `$PATH`.
## Usage
```
$ gonew my-project
```or simply:
```
$ gonew
```It will ask you few questions to configure everything.
Here is the project architecture:
```
my-project/
├── .git
│ ├── branches
│ ├── config
│ ├── description
│ ├── HEAD
│ ├── hooks
│ ├── info
│ ├── objects
│ └── refs
├── go.mod
├── main.go
└── Makefile
```## License
MIT