mynerds

package module
v0.0.0-...-e48dafa Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2023 License: MIT Imports: 0 Imported by: 0

README

my-nerds

A template of the go-app project

PkgGoDev Go Report Card Coverage Status Release

Description

$ my-nerds man

my-nerds provides a template of the go-app project.

Install

For Golang developers
$ go get github.com/kyoh86/my-nerds/cmd/my-nerds
Homebrew/Linuxbrew
$ brew tap kyoh86/tap
$ brew update
$ brew install kyoh86/tap/my-nerds
Makepkg
$ mkdir -p my-nerds_build && \
  cd my-nerds_build && \
  curl -iL --fail --silent https://github.com/kyoh86/my-nerds/releases/latest/download/my-nerds_PKGBUILD.tar.gz | tar -xvz
$ makepkg -i

Available commands

Use my-nerds [command] --help for more information about a command. Or see the manual in usage/my-nerds.md.

Commands

Manual: usage/my-nerds.md.

LICENSE

MIT License

This software is released under the MIT License, see LICENSE.

Documentation

Overview

Package mynerds is the template for go project

Directories

Path Synopsis
Package app provides application cli interface
Package app provides application cli interface
cmd
batch
Package main provides cli entrypoint and subcommands for the app If we want to add new subcommand, create `<command-name>.go` file here.
Package main provides cli entrypoint and subcommands for the app If we want to add new subcommand, create `<command-name>.go` file here.
driver

Jump to

Keyboard shortcuts

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