Skip to content

Commit eac96f6

Browse files
init (#1)
## Description <!-- Add your description here --> ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 5b62152 commit eac96f6

22 files changed

Lines changed: 4 additions & 549 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# {{ NAME }}
1+
# Confluence
22

3-
{{ DESCRIPTION }}
3+
A PowerShell module that interacts with Atlassian Confluence
44

55
## Prerequisites
66

@@ -12,8 +12,8 @@ This uses the following external resources:
1212
To install the module from the PowerShell Gallery, you can use the following command:
1313

1414
```powershell
15-
Install-PSResource -Name {{ NAME }}
16-
Import-Module -Name {{ NAME }}
15+
Install-PSResource -Name Confluence
16+
Import-Module -Name Confluence
1717
```
1818

1919
## Usage

src/assemblies/LsonLib.dll

-42.5 KB
Binary file not shown.

src/classes/private/SecretWriter.ps1

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/classes/public/Book.ps1

Lines changed: 0 additions & 147 deletions
This file was deleted.

src/data/Config.psd1

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/data/Settings.psd1

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/formats/CultureInfo.Format.ps1xml

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/formats/Mygciview.Format.ps1xml

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/functions/private/Get-InternalPSModule.ps1

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/functions/private/Set-InternalPSModule.ps1

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)