Files
FedDIY/README.md
T
2026-05-23 09:20:48 -05:00

514 B

template

Minimal starter repository for future projects.

Defaults

  • .editorconfig for consistent formatting
  • .gitattributes for normalized line endings
  • .gitignore for common build artifacts, editor state, caches, and local environment files
  • flake.nix for a generic development shell and Nix self-checks

Use

  1. Rename the repository to match the project you are starting.
  2. Add the language- or framework-specific files you need.
  3. Remove any defaults that do not apply to that project.