highmark-cli

0.0.191 • Public • Published

Highmark-CLI

Extensible, styleable Markdown.

Contents

Introduction

To come...

Installation

If you would like to contribute or would simply like to have a look at the code, you can clone the repository with Git...

git clone https://github.com/djalbat/highmark-cli.git

...and then install the dependencies with npm from within the project's root directory:

npm install

Usage

These are the commands and options:

  highmark [<command>] [<argument>]          

Commands:

  help                                       Show this help
  
  version                                    Show the version
  
  [publish]                                  Publish the input Markdown file to the output HTML file

Options:

  --help|-h                                  Show this help
  
  --version|-v                               Show the version

  --port|-p                                  The server port, the default being 8888

  --watch|-w                                 Watch for changes to the client file and in the output directory 

  --copy-fonts|-f                            Copy the fonts to a fonts folder next to the output file

  --start-server|-s                          Start a server to view the output file

  --input-file-path|-i                       The input file path, the default being 'default.md'

  --copy-client-files|-c                     Copy the bundled client files next to the output file

  --output-directory-path|-o                 The output directory path. The default is the current directory

Contact

Readme

Keywords

none

Package Sidebar

Install

npm i highmark-cli

Weekly Downloads

1,347

Version

0.0.191

License

MIT, Anti-996

Unpacked Size

31.3 kB

Total Files

28

Last publish

Collaborators

  • djalbat