UNPKG

markshell

Version:

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

24 lines (17 loc) 463 B
# Usage ```bash markshell [filenpath | -f [filepath] | --filepath [filepath]] [--theme <amber|lime|default>] ``` **filepath** : path to markdown file **--theme** : theme option for text output - default - Default theme defined by Markshell - amber - Amber colored theme for the complete output - lime - Lime colored theme for the complete output **--help** : what you see now ## Examples ```sh markshell --filepath './my/markdownfile.md' ```