highmark-cli 0.0.211 → 0.0.213
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,8 +5,6 @@ Highmark's CLI tool.
|
|
|
5
5
|
This tool enables the creation of HTML from Markdown and Markdown Style documents as well as providing a small server to view the HTML in a browser.
|
|
6
6
|
It can make use of Highmark's client in order to improve the reading experience, otherwise the HTML can be viewed directly.
|
|
7
7
|
|
|
8
|
-
If you are not a developer and just want to install the package for immediate use then see the usage section below.
|
|
9
|
-
|
|
10
8
|
### Contents
|
|
11
9
|
|
|
12
10
|
- [Introduction](#introduction)
|
|
@@ -17,15 +15,17 @@ If you are not a developer and just want to install the package for immediate us
|
|
|
17
15
|
## Introduction
|
|
18
16
|
|
|
19
17
|
Highmark is a document preparation system inspired by [Markdown](https://en.wikipedia.org/wiki/Markdown) and [TeX](https://en.wikipedia.org/wiki/TeX).
|
|
20
|
-
There are several packages in the distribution
|
|
21
|
-
All of the other packages are likely only of interest to prospective developers.
|
|
18
|
+
There are several packages in the distribution.
|
|
22
19
|
|
|
23
20
|
- [Highmark-CLI](https://github.com/djalbat/highmark-cli) Highmark's CLI tool.
|
|
24
21
|
- [Highmark Yapp](https://github.com/djalbat/highmark-yapp) Highmark with Yapp listings.
|
|
25
|
-
- [Highmark Fonts](https://github.com/djalbat/highmark-fonts) Computer Modern fonts for Highmark.
|
|
26
|
-
- [Highmark Client](https://github.com/djalbat/highmark-clieet) Highmark's client for viewing HTML.
|
|
22
|
+
- [Highmark Fonts](https://github.com/djalbat/highmark-fonts) Computer Modern fonts for Highmark.
|
|
23
|
+
- [Highmark Client](https://github.com/djalbat/highmark-clieet) Highmark's bundled client for viewing HTML.
|
|
27
24
|
- [Highmark Markdown](https://github.com/djalbat/highmark-markdown) Highmark's Markdown and Markdown Style languages.
|
|
28
25
|
|
|
26
|
+
Only the CLI tool is needed by end users.
|
|
27
|
+
All of the other packages are likely only of interest to prospective developers.
|
|
28
|
+
|
|
29
29
|
## Installation
|
|
30
30
|
|
|
31
31
|
If you would like to contribute or would simply like to have a look at the code, you can clone the repository with [Git](https://git-scm.com/)...
|
|
@@ -36,6 +36,7 @@ If you would like to contribute or would simply like to have a look at the code,
|
|
|
36
36
|
|
|
37
37
|
npm install
|
|
38
38
|
|
|
39
|
+
If you are not a developer and just want to install the package for immediate use then see the usage section immediately below.
|
|
39
40
|
|
|
40
41
|
## Usage
|
|
41
42
|
|
|
@@ -45,7 +46,7 @@ The tool should be installed globally:
|
|
|
45
46
|
npm install --global highmark-cli@latest
|
|
46
47
|
```
|
|
47
48
|
|
|
48
|
-
|
|
49
|
+
Depending on your setup you may need to prepend `sudo` to the above.
|
|
49
50
|
|
|
50
51
|
These are the commands and options:
|
|
51
52
|
|