Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a00eb85
update env api
edg-l Nov 5, 2025
5758235
fix
edg-l Nov 8, 2025
d43eea6
rename
edg-l Nov 8, 2025
3a1e1dd
readme
edg-l Nov 8, 2025
f21974c
readme
edg-l Nov 8, 2025
7f414a8
unprivate
edg-l Nov 8, 2025
bb5874a
rename?
edg-l Nov 8, 2025
cdb69c3
readme
edg-l Nov 8, 2025
4fad74d
fix
edg-l Nov 8, 2025
251f16c
update
edg-l Nov 8, 2025
60895e0
??
edg-l Nov 8, 2025
6eb00f6
weird
edg-l Nov 8, 2025
4cbb41c
try to fix
edg-l Nov 8, 2025
fbad7b6
lock
edg-l Nov 8, 2025
8c092c9
fix
edg-l Nov 8, 2025
c1d4912
Update Hackmud Scripting Environment link in README
edg-l Nov 8, 2025
637eb50
add activate to hardline
edg-l Nov 9, 2025
ae9f188
change proposal to transform
edg-l Nov 9, 2025
a4d1400
fix
edg-l Nov 10, 2025
6436195
version
edg-l Nov 10, 2025
a1765c5
upd
edg-l Nov 12, 2025
db8f7c9
add chats.send overload
1shira Nov 20, 2025
17456bf
fix
1shira Nov 20, 2025
242cbf5
add _CLONE
1shira Nov 22, 2025
b282490
Updated marks.protocol args to include name parameter and the miscell…
jckirton Nov 24, 2025
b24aaaf
Added marks.clone.
jckirton Nov 24, 2025
bb55e37
Changed some inconsistent layout.
jckirton Nov 24, 2025
8bbd74d
Added BINMAT types.
jckirton Nov 24, 2025
88f63cf
Added BINMAT scripts.
jckirton Nov 24, 2025
bff843d
Merge pull request #1 from 1shira/main
edg-l Nov 24, 2025
f91a33e
Merge pull request #2 from 1shira/db-keep-open
edg-l Nov 24, 2025
3a8d578
Merge pull request #3 from 1shira/_CLONE
edg-l Nov 24, 2025
c23cb69
Merge pull request #4 from jckirton/update-marks
edg-l Nov 24, 2025
09a26bb
Merge pull request #5 from jckirton/BINMAT-types
edg-l Nov 24, 2025
bcfb484
version
edg-l Nov 24, 2025
f673469
add sarah patch
edg-l Nov 25, 2025
3ce06a4
0.26.1-f673469
edg-l Nov 25, 2025
7f69bb6
sarah patch
edg-l Nov 25, 2025
ca5a101
improve ci
edg-l Nov 25, 2025
fda144d
eslint
edg-l Nov 25, 2025
284992e
version
edg-l Nov 25, 2025
a2ff389
push
edg-l Dec 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: Publish
on: { push: { branches: [ main, "0.20" ] }, release: { types: [ created ] } }

permissions:
contents: read

jobs:
publish:
name: Publish
runs-on: ubuntu-latest

steps:
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18 || >=20 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^9.0.1, run_install: true } }
- { name: Checkout, uses: actions/checkout@v6 }
- { name: Setup Node.js environment, uses: actions/setup-node@v6, with: { node-version: 24 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v4, with: { run_install: true } }
- run: git config --global user.email github-action@users.noreply.github.com
- run: git config --global user.name "Github Action"
- run: pnpm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: Test
on: { push: { branches: [ "*" ] }, pull_request: { branches: [ "*" ] } }

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest

steps:
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18 || >=20 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^9.0.1, run_install: true } }
- { name: Checkout, uses: actions/checkout@v6 }
- { name: Setup Node.js environment, uses: actions/setup-node@v6, with: { node-version: 24 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v4, with: { run_install: true } }
- run: echo $PWD/node_modules/.bin:$PATH > $GITHUB_PATH
- run: scripts/package.sh
- run: scripts/lint.sh
- run: vitest run
- run: npx vitest run
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## Note: This is a somewhat updated fork of https://github.com/samualtnorman/hackmud-script-manager#readme published at hackmud-script-manager-next

Changes:

- Fixed expose_balance and expose_access_log return types
- Added delist arg to market.sell
- Added marks scripts

Feel free to make a PR with improvements.

# Hackmud Script Manager

Command made for [Hackmud Scripting Environment](https://github.com/samualtnorman/hackmud-environment), which is a scripting environment for hackmud with minification, autocompletes / intellisense, and TypeScript support.
Command made for [Hackmud Scripting Environment](https://github.com/edg-l/hackmud-environment), which is a scripting environment for hackmud with minification, autocompletes / intellisense, and TypeScript support.

Join [our Discord server](https://discord.gg/RSa4Sc6pNA)!

Expand Down
Loading