Skip to content

matthewcm/blog-notify

Repository files navigation

blog-notify

Scan for new blog posts to send email campaigns

oclif Version Downloads/week License

Usage

$ 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
...

Commands

blog-notify campaign .

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

blog-notify help [COMMAND]

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published