nippo-cli
The tool to power my nippo.
Install nippo
command
go install github.com/c18t/nippo-cli/nippo@latest
Usage
Setup
nippo init
Build
nippo build
Publish
nippo deploy
Setting up your development environment
// host
$ cp .env.sample .env
$ (echo UID=$(id -u) & echo GID=$(id -g)) >> .env
$ docker compose up -d
$ docker compose exec app bash
// container
$ mise trust
$ mise run setup
$ go run nippo/nippo.go
$ make
See Also: c18t/boilerplate-go-cli
License
MIT
Author
ɯ̹t͡ɕʲi