Categorygithub.com/shulganew/GophKeeperClient
module
0.0.0-20240528122357-414b571e8536
Repository: https://github.com/shulganew/gophkeeperclient.git
Documentation: pkg.go.dev

# README

GophKeeperClient

Password keeper - client (Yandex praktikum final project) Server: https://github.com/shulganew/GophKeeper

Client: https://github.com/shulganew/GophKeeperClient

Build Client

// set flag git tag -a v1.0.0 -m "release app. First stable."

// makefile crossplatform build

make build_win build_linux build_mac

valid combination GOOS GOARCH

go tool dist list

Generate oapi

Use make or bash command or //TODO build generate

make oapi


# TUI
## tcell and tview exapmles (not used, complicated)
https://github.com/rivo/tview/tree/master

## bubbletea TUI framework
https://github.com/charmbracelet/bubbletea

##

# Packages

No description provided by the author