2025-10-07 10:08:43 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 10:08:43 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 10:07:49 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00
2025-10-07 09:55:18 -05:00

hello-world - The default project (change me).

Conventional Commits [![PyPI](https://img.shields.io/pypi/v/{{ NAME }}?style=flat-square)](https://pypi.org/project/{{ NAME }}/) Maintenance

Default to using justfile as local script holder Testing out using uv Using poetry for management, etc. In nix, nix fmt does formatting for everything.

Getting started

  1. You may need to initialise a git repository.
  • git init, git add ., git commit -m "initial commit"
  1. Double check if you need to update nixpkgs, update python version etc.
  • in nix, some version of nix flake update, changing python version in flake.nix etc.
  1. The placeholder names used throughout are not all consistent at all. Sorry. Iteratively bug slaying should get you there.

  2. Get a dev shell to play around. Probably allowing direnv will be the easiest startup. Remember that it won't work until you fix all the placeholder names and make an initial commit. So

  3. Do that.

dev

Build with just, preferred over do.sh I think.

CLI

Details of how to use this cli in this project

Description
No description provided
Readme 180 KiB
Languages
Python 78.2%
Shell 10.6%
Nix 9.1%
Just 2.1%