Skip to content

karstenpedersen/project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Template

This template provides a foundation for projects. It includes a boilerplate Nix flake that is easy to extend to your liking.

Features

  • Extendable and declarative Nix flake.
  • Manage pre-commit hooks using pre-commit.
  • Create meaningful commit messages following the Conventional Commits specification.

Getting Started

  1. Press 'Use this template' and create a new repository.
  2. Clone your repository and navigate to it.
  3. Run nix develop or direnv allow to activate the development environment.
  4. Run nix flake check to check codebase using pre-commit.
  5. Run nix build to build default application to result.

Read More

Releases

No releases published

Packages

No packages published