Just a trial and error workbench for various TS projects.
./projects - A playground, a sandbox… and actual projects
Deployable, standalone pieces of software between random tests and actual deployments.
Scaffold a new project with
cd projects
run-template good-project-name
./lib - Libraries shared by projects
The glue that holds sticks projects together and eventually may be deployed to a registry near you.
Scaffold a new lib with
cd lib
run-template good-lib-name
./secrets - Encrypted secrets
./tools - Internal tooling
Currently moved all to devenv.nix which is awesome! You should try