UNPKG

markshell

Version:

markshell allows you to output any markdown file formatted and style to the console

16 lines (12 loc) 232 B
# Usage ```bash markshell [filenpath | -f [filepath] | --filepath [filepath]] ``` **filepath or -f ** : path to markdown file **--help** : what you see now ## Examples ```sh markshell --filepath './my/markdownfile.md' ```