Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narven/gonew
Small bootstrap tool built in Go, for go developers.
https://github.com/narven/gonew
binary bootstrap go golang tool
Last synced: 25 days ago
JSON representation
Small bootstrap tool built in Go, for go developers.
- Host: GitHub
- URL: https://github.com/narven/gonew
- Owner: Narven
- License: mit
- Created: 2024-08-06T10:37:24.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T10:28:58.000Z (3 months ago)
- Last Synced: 2024-08-13T13:28:37.196Z (3 months ago)
- Topics: binary, bootstrap, go, golang, tool
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gonew
## Description
GoNew is a **small** bootstrap tool built in [Go](https://go.dev), for go developers.
The entire purpose of this tool is to generate a minimalistic go project with some standard basic files and initialize some other tooling, (README, CHANGELOG, git init).THIS IS A MINIMALISTIC TOOL JUST TO BOOTSTRAP COUPLE OF FILES/TOOLS.
Current files generated:
* README.md
* CHANGELOG.md
* go mod ...
* git init ...## Install
Just get the version you need from the RELEASES.
## Usage
`gonew example1`