@pbedat/reading-list
v1.0.4
Published
``` $ npm start -- --help
Downloads
7
Readme
reading-list
$ npm start -- --help
> [email protected] start C:\Users\pbedat\projects\reading-list
> npm run build && node dist/ "--help"
> [email protected] build C:\Users\pbedat\projects\reading-list
> tsc
Reads email events from a server-sent event stream and transforms it into a
reading list file.
Options:
--help Show help [boolean]
--version Show version number [boolean]
--path path where the reading list will be saved to
[string] [default: "reading-list.json"]
--source The source event stream URL of the reading list [string] [required]