@dunkinfrunkin/mdcat 0.1.12 → 0.1.13
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 +9 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@dunkinfrunkin/mdcat)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
[](package.json)
|
|
6
|
+
[](https://mdcat.frankchan.dev)
|
|
6
7
|
|
|
7
8
|
**Terminal pager for Markdown.** Full colour, syntax highlighting, incremental search, mouse support — zero config.
|
|
8
9
|
|
|
@@ -10,7 +11,7 @@
|
|
|
10
11
|
npm install -g @dunkinfrunkin/mdcat
|
|
11
12
|
```
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+

|
|
14
15
|
|
|
15
16
|
---
|
|
16
17
|
|
|
@@ -104,10 +105,16 @@ npm install
|
|
|
104
105
|
npm test
|
|
105
106
|
```
|
|
106
107
|
|
|
107
|
-
All PRs must pass `npm test` (
|
|
108
|
+
All PRs must pass `npm test` (80 tests).
|
|
108
109
|
|
|
109
110
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
|
|
110
111
|
|
|
112
|
+
## Links
|
|
113
|
+
|
|
114
|
+
- [mdcat.frankchan.dev](https://mdcat.frankchan.dev) -- landing page
|
|
115
|
+
- [npm package](https://www.npmjs.com/package/@dunkinfrunkin/mdcat)
|
|
116
|
+
- [GitHub](https://github.com/dunkinfrunkin/mdcat)
|
|
117
|
+
|
|
111
118
|
## License
|
|
112
119
|
|
|
113
120
|
[MIT](LICENSE) © Frank Chan
|