We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4ac30 commit f010120Copy full SHA for f010120
NullKit.psd1
@@ -1,7 +1,7 @@
1
2
@{
3
RootModule = 'NullKit.psm1'
4
- ModuleVersion = '1.0.2'
+ ModuleVersion = '1.1.0'
5
GUID = '654a73f5-effe-42fc-8e75-ee439726bd26'
6
Author = 'Alan Plocieniak'
7
CompanyName = 'Alan Plocieniak'
README.md
@@ -1,19 +1,27 @@
# NullKit
-# Installation
+## Installation
+
Module is available on [Powershell Gallery][gallery]
### Install
8
9
```powershell
10
PS> Install-Module -Name NullKit
11
```
12
13
### Import
14
15
16
PS> Import-Module NullKit
17
-# Usage
18
19
+## Usage
20
21
Documentation soon
22
23
+## Publishing
24
25
+`Publish-Module -Name WebPIPS -NuGetApiKey [API_KEY]`
26
27
[gallery]: https://www.powershellgallery.com/packages/NullKit/
0 commit comments