0.1.1 • Published 5 years ago

warkdown v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

warkdown

A cli tool for generating markdown files by using WP REST API

Installation

npm i -g warkdown

Usage

Options:
  -v, --version     output the version number
  -e, --entry <s>   specify the entrypoint of your WP REST API
  -o, --output <s>  specify the location of directory where the md files will be generated (default: "docs")
  -h, --help        output usage information

Examples

warkdown -e https://example.com/wp-json/wp/v2/posts/
warkdown -e https://example.com/wp-json/wp/v2/posts/ -o dist

License

MIT

0.1.1

5 years ago

0.1.0

5 years ago