An open API service indexing awesome lists of open source software.

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

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