Update README to use a table
This commit is contained in:
parent
d2436a8bbd
commit
eb8b004042
61
README.md
61
README.md
|
@ -1,39 +1,28 @@
|
||||||
# Nix flake templates for easy dev environments
|
# Nix flake templates for easy dev environments
|
||||||
|
|
||||||
```shell
|
| Language/framework/tool | Init command |
|
||||||
# Dhall
|
| :---------------------- | :------------------------------------------------------------------- |
|
||||||
nix flake init --template github:the-nix-way/dev-templates#dhall
|
| [Dhall] | `nix flake init --template github:the-nix-way/dev-templates#dhall` |
|
||||||
|
| [Elixir] | `nix flake init --template github:the-nix-way/dev-templates#elixir` |
|
||||||
|
| [Gleam] | `nix flake init --template github:the-nix-way/dev-templates#gleam` |
|
||||||
|
| [Go] 1.17 | `nix flake init --template github:the-nix-way/dev-templates#go_1_17` |
|
||||||
|
| [Go] 1.18 | `nix flake init --template github:the-nix-way/dev-templates#go_1_18` |
|
||||||
|
| [Java] | `nix flake init --template github:the-nix-way/dev-templates#java` |
|
||||||
|
| [Kotlin] | `nix flake init --template github:the-nix-way/dev-templates#kotlin` |
|
||||||
|
| [Nix] | `nix flake init --template github:the-nix-way/dev-templates#nix` |
|
||||||
|
| [Node.js][node] | `nix flake init --template github:the-nix-way/dev-templates#node` |
|
||||||
|
| [Rust] | `nix flake init --template github:the-nix-way/dev-templates#rust` |
|
||||||
|
| [Scala] | `nix flake init --template github:the-nix-way/dev-templates#scala` |
|
||||||
|
| [Zig] | `nix flake init --template github:the-nix-way/dev-templates#zig` |
|
||||||
|
|
||||||
# Elixir
|
[dhall]: https://dhall-lang.org
|
||||||
nix flake init --template github:the-nix-way/dev-templates#elixir
|
[elixir]: https://elixir-lang.org
|
||||||
|
[gleam]: https://gleam.run
|
||||||
# Gleam
|
[go]: https://go.dev
|
||||||
nix flake init --template github:the-nix-way/dev-templates#gleam
|
[java]: https://java.com
|
||||||
|
[kotlin]: https://kotlinlang.org
|
||||||
# Go 1.17
|
[nix]: https://nixos.org
|
||||||
nix flake init --template github:the-nix-way/dev-templates#go_1_17
|
[node]: https://nodejs.org
|
||||||
|
[rust]: https://rust-lang.org
|
||||||
# Go 1.18
|
[scala]: https://scala-lang.org
|
||||||
nix flake init --template github:the-nix-way/dev-templates#go_1_18
|
[zig]: https://ziglang.org
|
||||||
|
|
||||||
# Java
|
|
||||||
nix flake init --template github:the-nix-way/dev-templates#java
|
|
||||||
|
|
||||||
# Kotlin
|
|
||||||
nix flake init --template github:the-nix-way/dev-templates#kotlin
|
|
||||||
|
|
||||||
# Nix
|
|
||||||
nix flake init --template github:the-nix-way/dev-templates#nix
|
|
||||||
|
|
||||||
# Node.js
|
|
||||||
nix flake init --template github:the-nix-way/dev-templates#node
|
|
||||||
|
|
||||||
# Rust
|
|
||||||
nix flake init --template github:the-nix-way/dev-templates#rust
|
|
||||||
|
|
||||||
# Scala
|
|
||||||
nix flake init --template github:the-nix-way/dev-templates#scala
|
|
||||||
|
|
||||||
# Zig
|
|
||||||
nix flake init --template github:the-nix-way/dev-templates#zig
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue