https://github.com/pirxpilot/postmark-log
Command line tool to log e-mails sent through postmark service.
https://github.com/pirxpilot/postmark-log
Last synced: about 1 year ago
JSON representation
Command line tool to log e-mails sent through postmark service.
- Host: GitHub
- URL: https://github.com/pirxpilot/postmark-log
- Owner: pirxpilot
- Created: 2016-04-08T18:48:43.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T14:07:12.000Z (almost 2 years ago)
- Last Synced: 2025-06-09T10:52:11.401Z (about 1 year ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
[![NPM version][npm-image]][npm-url]
[![Build Status][build-image]][build-url]
[![Dependency Status][deps-image]][deps-url]
# postmark-log
Logs messages sent by postmark service.
## Install
```sh
$ npm install --global postmark-log
```
## Usage
```sh
Usage: bin/postmark-log --server-key|-k [--days|-d ]
Options:
--help Show help [boolean]
--version Show version number [boolean]
--server-key, -k Postmark API server key [string] [required]
--days, -d Number of days in the past we will log [default: 10]
```
## License
MIT © [Damian Krzeminski](https://pirxpilot.me)
[npm-image]: https://img.shields.io/npm/v/postmark-log
[npm-url]: https://npmjs.org/package/postmark-log
[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/postmark-log/check.yaml?branch=main
[build-url]: https://github.com/pirxpilot/postmark-log/actions/workflows/check.yaml
[deps-image]: https://img.shields.io/librariesio/release/npm/postmark-log
[deps-url]: https://libraries.io/npm/postmark-log