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

https://github.com/smoothprogrammer/dt

Dev Tools
https://github.com/smoothprogrammer/dt

Last synced: 7 months ago
JSON representation

Dev Tools

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}
```