/wpmd

Primary LanguageJavaScriptMIT LicenseMIT

WPMD Build Status

WPMD is a Markdown importer user interfaces for WordPress.

Installation

$ mkdir wpmd
$ cd wpmd
$ npm install wpmd -g .

Usage

$ wpmd <URL>

Require option

  • URL = your WordPress url.
  • USERNAME = Admin user name on WordPress.
  • PASSWORD = Admin user password on WordPress.

Advanced Options

  • CONTENT = Post content.
  • STATUS = publish,draft,pending,private
$ wpmd <URL> --user=<USERNAME> --password=<PASSWORD> --title=<TITLE> --content=<CONTENT> --status=<STATUS> 

Example

$ wpmd https://susu.mu --user=susumu --password=hyperstrangpassword --title=HeySeiSkip --content=YoYoYo --status=pending 

License

WPMD is MIT licensed.