https://github.com/smoothprogrammer/dt
Dev Tools
https://github.com/smoothprogrammer/dt
Last synced: 7 months ago
JSON representation
Dev Tools
- Host: GitHub
- URL: https://github.com/smoothprogrammer/dt
- Owner: smoothprogrammer
- License: apache-2.0
- Created: 2023-11-30T05:03:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T17:31:15.000Z (8 months ago)
- Last Synced: 2025-06-06T18:29:26.186Z (8 months ago)
- Language: Nix
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dt
Dev Tools.
## Template
Provide a template to setup a project in a specified programming language.
```sh
nix flake init -t github:smoothprogrammer/dt#{programming-language}
```
## Bin
Provide a binary to work with a specified programming language.
This is useful when working with a non-Nix Flake project.
```sh
nix flake init -t github:smoothprogrammer/dt#bin-{programming-language}
```