From d6cf016e3ebd40fc0f834de99cfeb567750309e6 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 12 Jan 2015 11:09:21 +0300 Subject: [PATCH] Add powershell name convention --- powershell.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 powershell.md diff --git a/powershell.md b/powershell.md new file mode 100644 index 0000000..e6a847e --- /dev/null +++ b/powershell.md @@ -0,0 +1,6 @@ +# Powershell name convention + + +|Object| Notation |Example | +|------|------------|-------------| +|Cmdlet|PascalCase |Import-Module|