diff --git a/README.md b/README.md index 170f117..081d4a1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Once your preferred template has been initialized, you can use the provided shel | [Hashicorp] tools | [`hashi`](./hashi/) | | [Java] | [`java`](./java/) | | [Kotlin] | [`kotlin`](./kotlin/) | -| [LaTeX] | [`latex`](./latex/) | +| [LaTeX] | [`latex`](./latex/) | | [Nickel] | [`nickel`](./nickel/) | | [Nim] | [`nim`](./nim/) | | [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) | | [PHP] | [`php`](./php/) | | [Protobuf] | [`protobuf`](./protobuf/) | +| [Pulumi] | [`pulumi`](./pulumi/) | | [Purescript] | [`purescript`](./purescript/) | | [Ruby] | [`ruby`](./ruby/) | | [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 - [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] @@ -294,6 +305,7 @@ All of the templates have only the root [flake](./flake.nix) as a flake input. T [haskell]: https://haskell.org [iex]: https://hexdocs.pm/iex/IEx.html [java]: https://java.com +[jq]: https://jqlang.github.io/jq [kotlin]: https://kotlinlang.org [latex]: https://www.latex-project.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/ [pnpm]: https://pnpm.io [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 [purs-tidy]: https://github.com/natefaubion/purescript-tidy [python]: https://python.org