hackmud-script-manager 0.19.1-7a27b63 → 0.19.1-a81047f
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/bin/hsm.js +1 -1
- package/package.json +1 -1
- /package/{src/bin → bin}/hsm.d.ts +0 -0
- /package/{src/constants.d.ts → constants.d.ts} +0 -0
- /package/{src/generateTypeDeclaration.d.ts → generateTypeDeclaration.d.ts} +0 -0
- /package/{src/index.d.ts → index.d.ts} +0 -0
- /package/{src/processScript → processScript}/index.d.ts +0 -0
- /package/{src/processScript → processScript}/minify.d.ts +0 -0
- /package/{src/processScript → processScript}/postprocess.d.ts +0 -0
- /package/{src/processScript → processScript}/preprocess.d.ts +0 -0
- /package/{src/processScript → processScript}/shared.d.ts +0 -0
- /package/{src/processScript → processScript}/transform.d.ts +0 -0
- /package/{src/pull.d.ts → pull.d.ts} +0 -0
- /package/{src/push.d.ts → push.d.ts} +0 -0
- /package/{src/syncMacros.d.ts → syncMacros.d.ts} +0 -0
- /package/{src/watch.d.ts → watch.d.ts} +0 -0
package/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Hackmud Script Manager
|
2
2
|
Command made for [hackmud-environment](https://github.com/samualtnorman/hackmud-environment), which is a scripting environment for hackmud with minification, autocompletes / intellisense, and TypeScript support.
|
3
3
|
|
4
|
-
Install with `npm install hackmud-script-manager
|
4
|
+
Install with `npm install -g hackmud-script-manager` to make the `hsm` command available everywhere.
|
5
5
|
|
6
6
|
## Features
|
7
7
|
- Minification
|
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.19.1-
|
15
|
+
const version = "0.19.1-a81047f",
|
16
16
|
options = new Map(),
|
17
17
|
commands = [],
|
18
18
|
userColours = new Cache(user => {
|
package/package.json
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|