Categorygithub.com/saromanov/starter
repository
0.0.1
Repository: https://github.com/saromanov/starter.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

starter

Go Report Card

Starter repo for Go projects. Generate of the project layout

starter new

or

starter --project=library build

will create project for library(modules)

if you want to create binary project, you need to call it with

starter --project=binary build

You can store templates for building at special directory. That directory you should set at STARTER_TEMPLATES environment variable

export STARTER_TEMPLATES=/home/.starter-templates

Command

starter list

will return list of registered templates at STARTER_TEMPLATES