inc

module
v0.0.0-...-563bb2c Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: AGPL-3.0

README

inc

inc is a simple program to test a few different software development practices

  • client/server programs
  • multiple architectures
  • GitHub Actions
  • GoReleaser
  • Advanced CLI client

Make signing key:

openssl ecparam -genkey -name secp521r1 -noout -out release.pem
openssl ec  -in release.pem -pubout -out release.pub

TODO

  • steal arg parsing from brimstone/jwt
  • test selfupdate function
  • Add updating to a specific version

Things I'm not happy with

  • The specific cmds (cmd/inc/cmd) and the common cmds (pkg/cmd).
    1. cmd is how I want it, or cobra is what it is

Directories

Path Synopsis
cmd
inc
pkg
cmd

Jump to

Keyboard shortcuts

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