hackmud-script-manager 0.20.4-12b9eb8 → 0.20.4-769c77c
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -0
- package/bin/hsm.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -3,6 +3,8 @@ Command made for [hackmud-environment](https://github.com/samualtnorman/hackmud-
|
|
3
3
|
|
4
4
|
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R0XN5CX)
|
5
5
|
|
6
|
+
You can read about how HSM works [in my blog post](https://samual.uk/blog/js-code-transformation-niche-environment/).
|
7
|
+
|
6
8
|
## Install
|
7
9
|
1. [Install Node.js](https://nodejs.org/en/download)
|
8
10
|
2. Run `npm install -g hackmud-script-manager`
|
package/bin/hsm.js
CHANGED
@@ -12,7 +12,7 @@ import { pull } from "../pull.js"
|
|
12
12
|
import { syncMacros } from "../syncMacros.js"
|
13
13
|
import "@samual/lib/readDirectoryWithStats"
|
14
14
|
import "@samual/lib/copyFilePersistent"
|
15
|
-
const version = "0.20.4-
|
15
|
+
const version = "0.20.4-769c77c",
|
16
16
|
options = new Map(),
|
17
17
|
commands = [],
|
18
18
|
userColours = new Cache(user => {
|
package/package.json
CHANGED