diff --git a/README.md b/README.md index d0061d4..90185f7 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ You can find some examples about how to create and use scripts in the [Nushell S - [wolframalpha](https://github.com/nushell/nu_scripts/blob/main/sourced/api_wrappers/wolframalpha.nu): WolframAlpha API wrapper. - [packer.nu](https://github.com/Jan9103/packer.nu): A packer.nvim inspired package-manager for NuShell. - [terraform-importer.nu](https://github.com/Yethal/terraform-importer): Automatically import resources into your Terraform state. +- [npup.nu](https://github.com/fj0r/npup): Puppet based on nushell. ## Custom Completions You can find some examples about how to create and use custom completions in the [Nushell Custom Completions](https://www.nushell.sh/book/custom_completions.html) page.