Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`