2.0.0 • Published 1 year ago
editmd v2.0.0
editmd
edit md with live preview in your favorite editor. also replicates GitHub's Markdown style
// install
npm i editmd -g
// usage
editmd /path/to/md/file <options>| option | function |
|---|---|
| h | help |
| w | watch file for hotreloading |
| e | specify the editor to launch. defaults to $EDITOR or vim. |
| p | specify the port. defaults to 8080. |
| b | open localhost in your default browser. |