@zpress/cli 0.3.3 → 0.4.0
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 -7
- package/dist/145.mjs +1031 -0
- package/dist/index.mjs +1 -725
- package/dist/watcher.mjs +8 -11
- package/package.json +10 -7
package/README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
<img src="https://raw.githubusercontent.com/joggrdocs/zpress/main/assets/banner.svg" alt="zpress" width="90%" />
|
|
3
|
-
<p><strong>CLI for building and serving zpress documentation sites.</strong></p>
|
|
1
|
+
# @zpress/cli
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
<a href="https://www.npmjs.com/package/@zpress/cli"><img src="https://img.shields.io/npm/v/@zpress/cli" alt="npm version" /></a>
|
|
7
|
-
<a href="https://github.com/joggrdocs/zpress/blob/main/LICENSE"><img src="https://img.shields.io/github/license/joggrdocs/zpress" alt="License" /></a>
|
|
3
|
+
CLI for building and serving zpress documentation sites.
|
|
8
4
|
|
|
9
|
-
|
|
5
|
+
<span class="zp-badge">
|
|
6
|
+
|
|
7
|
+
[](https://github.com/joggrdocs/zpress/actions/workflows/ci.yml)
|
|
8
|
+
[](https://www.npmjs.com/package/@zpress/cli)
|
|
9
|
+
[](https://github.com/joggrdocs/zpress/blob/main/LICENSE)
|
|
10
|
+
|
|
11
|
+
</span>
|
|
10
12
|
|
|
11
13
|
## Install
|
|
12
14
|
|