- Raycast
- Setup Raycast VS Code Workspace alias (use its cli?)
- Framework/Application
- Setup specific framework, dependencies, etc.
- Python
- JavaScript
- Astro starter templates
- Astro cli new project setup command
- Java
- Shell
templates/scriptTemplates/shellScriptTemplate.sh
- .gitignore
- Configure gitignore with gitignore.io - Create Useful .gitignore Files For Your Project
- Adapt doc files
- Readme
- Taskfile
- todo.md
- howzit.md
- justfile
- DevOps & DevEx
- linting, formatting, etc.
- Setup pre-commit
- CI/CD
- Add branch protection to main branch (prevent direct pushes to main)
- As of 2024 - GitHub doesn't let you setup branch protection on a private repo without being on a paid plan.
- Testing Setup