Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

Public npm packages under `@singleton-sd/post-kit-*`.

| Package | npm name |
| --- | --- |
| [`post-kit-email`](./post-kit-email/) | `@singleton-sd/post-kit-email` |

Publishable packages are `"private": false`. The workspace root stays private
and is not published.
| Package | npm name | Description |
| --- | --- | --- |
| [`post-kit-client`](./post-kit-client/README.md) | `@singleton-sd/post-kit-client` | Trusted server-side TypeScript client for the PostKit API |
| [`post-kit-compiler`](./post-kit-compiler/README.md) | `@singleton-sd/post-kit-compiler` | Template compiler — validates and compiles EmailBuilder.js source into deployable HTML |
| [`post-kit-editor`](./post-kit-editor/README.md) | `@singleton-sd/post-kit-editor` | React admin editor component for PostKit email templates |
| [`post-kit-email`](./post-kit-email/) | `@singleton-sd/post-kit-email` | Provider-agnostic transactional email (Forward Email) for PostKit |
| [`post-kit-publisher`](./post-kit-publisher/README.md) | `@singleton-sd/post-kit-publisher` | Compile and publish PostKit email templates to Azure Blob Storage |
| [`post-kit-types`](./post-kit-types/README.md) | `@singleton-sd/post-kit-types` | Shared TypeScript contracts for the PostKit platform |
Loading