hello/TODO
2023-09-13 13:54:05 -04:00

21 lines
563 B
Plaintext

* add second build target `world.c`
* add GitHub workflow to build all targets, upload/publish all artifacts
* deb, rpm, tgz of source
* Docker container on DockerHub, GitHub Container Repository (ghcr.io)
* containers could have multiple tags as in `latest` and `1.0.0`
* add Nix Flake
* devShell
* direnv/envrc
* build windows MSYS2
* formatting
* lint
* security audits
* Gitpod
* recorded ascii demo
* README.md
* build and other badges
-----
nix flake show
nix flake show --json | jq '.packages."x86_64-linux"|keys[]'| xargs -I {} nix build .#{}