An open API service indexing awesome lists of open source software.

https://github.com/rencire/flake-templates

Collection of templates for new flake projects
https://github.com/rencire/flake-templates

flakelight nix nix-flake nodejs rust tauri template

Last synced: 9 months ago
JSON representation

Collection of templates for new flake projects

Awesome Lists containing this project

README

          

# Flake Templates
## About
This is my personal collection of flake templates.

## Usage
Examples:

Initialize new flake project folder with "minimal" template:
```
nix flake new -t github:rencire/flake-templates/main#minimal my_project
```

Add flake template to existing project folder:
```
cd my_project
nix flake init -t github:rencire/flake-templates/main#minimal
```

## Notes
- Most (if not all) templates leverage the [`flakelight`](https://github.com/nix-community/flakelight) framework.
- Each template is [`direnv`](https://github.com/direnv/direnv)-aware