patrick

module
v0.0.0-...-2f019a4 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2023 License: Apache-2.0

README

Patrick

Build codecov Go Report Card Go Reference Release GitHub license

Patrick provides its own program that will create your application.

Installation

go install github.com/blackhorseya/patrick/cmd/patrick@latest

Usage

First, you can show help the following command.

patrick -h
patrick init

The patrick init [app name] command will create your initial application code for you.

Initializing a module

If you already have a module, skip this step

If you want to initialize a new Go module:

  1. Create new directory
  2. cd into that directory
  3. run go mod init <MOD_NAME>

e.g.

cd $HOME/project
mkdir myapp
cd myapp
go mod init github.com/blackhorseya/myapp

Jump to

Keyboard shortcuts

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