Update README to include new template
This commit is contained in:
parent
56f9dbc255
commit
ddb95bfb29
17
README.md
17
README.md
|
@ -42,7 +42,7 @@ Once your preferred template has been initialized, you can use the provided shel
|
||||||
| [Hashicorp] tools | [`hashi`](./hashi/) |
|
| [Hashicorp] tools | [`hashi`](./hashi/) |
|
||||||
| [Java] | [`java`](./java/) |
|
| [Java] | [`java`](./java/) |
|
||||||
| [Kotlin] | [`kotlin`](./kotlin/) |
|
| [Kotlin] | [`kotlin`](./kotlin/) |
|
||||||
| [LaTeX] | [`latex`](./latex/) |
|
| [LaTeX] | [`latex`](./latex/) |
|
||||||
| [Nickel] | [`nickel`](./nickel/) |
|
| [Nickel] | [`nickel`](./nickel/) |
|
||||||
| [Nim] | [`nim`](./nim/) |
|
| [Nim] | [`nim`](./nim/) |
|
||||||
| [Nix] | [`nix`](./nix/) |
|
| [Nix] | [`nix`](./nix/) |
|
||||||
|
@ -51,6 +51,7 @@ Once your preferred template has been initialized, you can use the provided shel
|
||||||
| [Open Policy Agent][opa] | [`opa`](./opa) |
|
| [Open Policy Agent][opa] | [`opa`](./opa) |
|
||||||
| [PHP] | [`php`](./php/) |
|
| [PHP] | [`php`](./php/) |
|
||||||
| [Protobuf] | [`protobuf`](./protobuf/) |
|
| [Protobuf] | [`protobuf`](./protobuf/) |
|
||||||
|
| [Pulumi] | [`pulumi`](./pulumi/) |
|
||||||
| [Purescript] | [`purescript`](./purescript/) |
|
| [Purescript] | [`purescript`](./purescript/) |
|
||||||
| [Ruby] | [`ruby`](./ruby/) |
|
| [Ruby] | [`ruby`](./ruby/) |
|
||||||
| [Rust] | [`rust`](./rust/) |
|
| [Rust] | [`rust`](./rust/) |
|
||||||
|
@ -200,6 +201,16 @@ The sections below list what each template includes. In all cases, you're free t
|
||||||
- The [Buf CLI][buf] 1.7.0
|
- The [Buf CLI][buf] 1.7.0
|
||||||
- [protoc][protobuf] 3.19.4
|
- [protoc][protobuf] 3.19.4
|
||||||
|
|
||||||
|
### [`pulumi`](./pulumi/)
|
||||||
|
|
||||||
|
- [Pulumi] 3.72.1
|
||||||
|
- [Python] 3.11.4
|
||||||
|
- [Go] 1.20.5
|
||||||
|
- [Node.js][node] 18.16.1
|
||||||
|
- [dotnet] sdk 6
|
||||||
|
- [Java] 19.0.1 and [Maven] 3.9.2
|
||||||
|
- [jq] 1.6
|
||||||
|
|
||||||
### [`purescript`](./purescript/)
|
### [`purescript`](./purescript/)
|
||||||
|
|
||||||
- [Purescript]
|
- [Purescript]
|
||||||
|
@ -294,6 +305,7 @@ All of the templates have only the root [flake](./flake.nix) as a flake input. T
|
||||||
[haskell]: https://haskell.org
|
[haskell]: https://haskell.org
|
||||||
[iex]: https://hexdocs.pm/iex/IEx.html
|
[iex]: https://hexdocs.pm/iex/IEx.html
|
||||||
[java]: https://java.com
|
[java]: https://java.com
|
||||||
|
[jq]: https://jqlang.github.io/jq
|
||||||
[kotlin]: https://kotlinlang.org
|
[kotlin]: https://kotlinlang.org
|
||||||
[latex]: https://www.latex-project.org/
|
[latex]: https://www.latex-project.org/
|
||||||
[leiningen]: https://leiningen.org
|
[leiningen]: https://leiningen.org
|
||||||
|
@ -330,7 +342,8 @@ All of the templates have only the root [flake](./flake.nix) as a flake input. T
|
||||||
[php]: https://php.net/
|
[php]: https://php.net/
|
||||||
[pnpm]: https://pnpm.io
|
[pnpm]: https://pnpm.io
|
||||||
[protobuf]: https://developers.google.com/protocol-buffers
|
[protobuf]: https://developers.google.com/protocol-buffers
|
||||||
[Purescript]: https://github.com/purescript/purescript
|
[pulumi]: https://pulumi.com/
|
||||||
|
[purescript]: https://github.com/purescript/purescript
|
||||||
[purescript-language-server]: https://github.com/nwolverson/purescript-language-server
|
[purescript-language-server]: https://github.com/nwolverson/purescript-language-server
|
||||||
[purs-tidy]: https://github.com/natefaubion/purescript-tidy
|
[purs-tidy]: https://github.com/natefaubion/purescript-tidy
|
||||||
[python]: https://python.org
|
[python]: https://python.org
|
||||||
|
|
Loading…
Reference in a new issue