Package Exports
- hackmud-script-manager
- hackmud-script-manager/bin/hsm
- hackmud-script-manager/generateTypings
- hackmud-script-manager/index
- hackmud-script-manager/processScript
- hackmud-script-manager/processScript/index
- hackmud-script-manager/processScript/minify
- hackmud-script-manager/processScript/postprocess
- hackmud-script-manager/processScript/preprocess
- hackmud-script-manager/processScript/shared
- hackmud-script-manager/processScript/transform
- hackmud-script-manager/pull
- hackmud-script-manager/push
- hackmud-script-manager/syncMacros
- hackmud-script-manager/watch
Readme
hackmud-script-manager
Command made for hackmud-environment, which is a scripting environment for hackmud with minification, autocompletes / intellisense, and TypeScript support.
Install with npm install hackmud-script-manager -g to make the hsm command available everywhere.
Or use npm install hackmud-script-manager without the -g option if you are using the API, or only need the command in your project.
The internal API is also exposed for programmatic use.