Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edoardottt/gonesis
Generate Golang project template ready to be pushed on GitHub using a single command
https://github.com/edoardottt/gonesis
cli cli-app go golang golang-application golang-cli golang-layout golang-project golang-template layout project-structure project-template structure template templates tool
Last synced: 3 months ago
JSON representation
Generate Golang project template ready to be pushed on GitHub using a single command
- Host: GitHub
- URL: https://github.com/edoardottt/gonesis
- Owner: edoardottt
- License: gpl-3.0
- Created: 2022-04-03T13:49:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T06:13:40.000Z (about 1 year ago)
- Last Synced: 2024-10-12T09:47:49.664Z (4 months ago)
- Topics: cli, cli-app, go, golang, golang-application, golang-cli, golang-layout, golang-project, golang-template, layout, project-structure, project-template, structure, template, templates, tool
- Language: Go
- Homepage: https://edoardoottavianelli.it
- Size: 62.5 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# gonesis
Generate Golang project template ready to be pushed on GitHub using a single command (Go + Genesis)
Installation 📡
-------**Go 1.17+**
```console
go install -v github.com/edoardottt/gonesis@latest
```**otherwise**
```console
go get -v github.com/edoardottt/gonesis
```Usage 💻
-------```console
gonesis
```or if you encounter errors try:
```console
~/go/bin/gonesis
```Changelog 📌
-------Detailed changes for each release are documented in the [release notes](https://github.com/edoardottt/gonesis/releases).
Contributing 🤝
------If you want to contribute to this project, you can start opening an [issue](https://github.com/edoardottt/gonesis/issues).
Before opening a pull request, download [golangci-lint](https://golangci-lint.run/usage/install/) and run
```bash
golangci-lint run
```If there aren't errors, go ahead :)
License 📝
-------This repository is under [GNU General Public License v3.0](https://github.com/edoardottt/gonesis/blob/main/LICENSE).
[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me.