docs: Added some documentation, added docs versioning

This commit is contained in:
2025-03-10 20:44:34 +01:00
parent 53049333f9
commit 284ac7de27
4 changed files with 85 additions and 1 deletions

View File

@@ -1 +1,24 @@
# cis-pushover
# CIS Pushover Client
A client for Pushover, a service for sending notifications. Typesafe.
Supports sending the same message to multiple users.
## Installation
⚠️ This package is **not yet published** to npm.
```bash
pnpm add @cis-oss/pushover
```
```bash
npm install @cis-oss/pushover
```
```bash
yarn add @cis-oss/pushover
```
```bash
bun add @cis-oss/pushover
```