Scan for new blog posts to send email campaigns
$ npm install -g blog-notify
$ blog-notify COMMAND
running command...
$ blog-notify (-v|--version|version)
blog-notify/0.0.0 linux-x64 node-v15.8.0
$ blog-notify --help [COMMAND]
USAGE
$ blog-notify COMMAND
...
Scans the directory for the latest markdown files, and asks user which markdown file to initiate new email campaign.
USAGE
$ blog-notify campaign [DIRECTORY]
OPTIONS
-h, --help show CLI help
-n filename of blogpost to campaign
EXAMPLE
$ blog-notify campaign .
See code: src/commands/campaign.ts
display help for blog-notify
USAGE
$ blog-notify help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help