modulepackage
0.0.0-20230523200801-a01bbdc9002b
Repository: https://github.com/ansrivas/protemplates.git
Documentation: pkg.go.dev
# README
protemplates
This creates a simple project structure for different projects. ( similar to Cargo from rust )
Download:
Download a binary from releases. Extract and its ready to be used.
Usage:
$ protemplates
Usage:
protemplates [command]
Available Commands:
create Creates a project template for a given language.
help Help about any command
Flags:
-h, --help help for protemplates
Use "protemplates [command] --help" for more information about a command.
Example:
$ protemplates create python
Please enter a desired project name:
# Variables
Version gets populated from the makefile or git tags automatically.