Skip to content

Commit 3d1af3b

Browse files
Update README.md
1 parent 1656aa3 commit 3d1af3b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Hackmud Script Manager
22
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.
33

4-
Install with `npm install -g hackmud-script-manager` to make the `hsm` command available everywhere.
4+
## Install
5+
1. [Install Node.js](https://nodejs.org/en/download)
6+
2. Run `npm install -g hackmud-script-manager`
7+
8+
## Usage
9+
1. Run `#dir` in game, then `cd` to that folder
10+
2. Name your source script file to `<name>.src.js`
11+
3. Run `hsm golf <name>.src.js` and it will create a minified script file called `<name>.js`
512

613
## Features
714
- Minification

0 commit comments

Comments
 (0)