--:----:--Keyboard shortcuts (?)Fullscreen (f)
macOS ◆ xterm-256color ◆ zsh 6 views

Illustration of default single-package setup for

You can start at 0:33 if you already have nix and direnv.

See template options for monorepo setup.

1.0 - clone template source
7.0 - ignore direnv error
8.0 - check contents of command to verify nix and direnv installation
12.0 - install nix and direnv (or verify they exist on PATH)
17.0 - get command to instantiate template from README.md
29.0 - optionally remove template source code (unless you want to develop)
33.0 - execute template instantiation command
38.0 - fill in custom parameters such as new package name
50.0 - copy the `git init ... direnv allow` command from the welcome message
51.0 - cd into new template and run the `git init ... direnv allow` command
1:11 - run `pytest` tests
1:14 - run package executable at new package name (`pnt-new` in this case)
1:17 - run `just` to list task runner tasks (see README)
1:19 - run `tree` to see new project layout