Skip to content

Commit 33a9357

Browse files
committed
Project restructure - moved all module related files to a single file
Added README.md
1 parent 31a4ee0 commit 33a9357

File tree

12 files changed

+25
-0
lines changed

12 files changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Slack.Backup
2+
3+
This is a PowerShell module for doing slack history backups.
4+
5+
# Installation
6+
Module is available on [Powershell Gallery][gallery]
7+
8+
### Install
9+
```powershell
10+
PS> Install-Module -Name Slack.Backup
11+
```
12+
13+
### Import
14+
```powershell
15+
PS> Import-Module Slack.Backup
16+
```
17+
# Usage
18+
19+
20+
```powershell
21+
PS> Test-Auth -Token "[YOUR_SLACK_API_TOKEN]"
22+
True
23+
```
24+
25+
[gallery]: https://www.powershellgallery.com/packages/Slack.Backup
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)