scaffolder

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

README

Scaffolder Go Report Card Go Reference

This is a simple Scaffolder to generate templates to speedup of development. Currently it supports React and Golang web templates.

How to use

Add $GOROOT and $GOPATH to your $PATH in your shell (.bashrc, .zshrc, ...). On MacOS M1 you can do it by:

export GOPATH=$HOME/golang
export GOROOT=/opt/homebrew/opt/go/libexec
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin

Install the package

go install github.com/Guilospanck/scaffolder@latest

Then run:

scaffolder react
# or
scaffolder go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL