From 802454ce0c2a88319258fb50bedb94f027d73cb2 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Tue, 3 Dec 2019 10:27:13 -0800 Subject: [PATCH 1/2] add ADOPTERS.md --- ADOPTERS.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ADOPTERS.md diff --git a/ADOPTERS.md b/ADOPTERS.md new file mode 100644 index 000000000..7c296ecad --- /dev/null +++ b/ADOPTERS.md @@ -0,0 +1,3 @@ +# Adopters + +This is a list of adopters of using PowerShell Script Analyzer in production or in their products (in alphabetical order): From d1125e4d21aa5f3a594fe0cb7c28ea2d7b22d17d Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Tue, 3 Dec 2019 14:18:41 -0800 Subject: [PATCH 2/2] add example --- ADOPTERS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ADOPTERS.md b/ADOPTERS.md index 7c296ecad..8ab9ca125 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -1,3 +1,14 @@ # Adopters + + This is a list of adopters of using PowerShell Script Analyzer in production or in their products (in alphabetical order): + +* [PowerShellEditorServices](https://github.com/powershell/powershelleditorservices) uses PowerShell Script Analyzer to provide real-time + linting of PowerShell scripts for editors such as [VSCode](https://code.visualstudio.com/), [Neovim](https://neovim.io/), [IntelliJ](https://www.jetbrains.com/idea/), and others.