4.2.9 • Published 16 days ago

@2004scape/rsmod-pathfinder v4.2.9

Weekly downloads
-
License
ISC
Repository
github
Last release
16 days ago

rsmod-pathfinder

A breadth-first search path finder.

Ported from Kotlin: https://github.com/rsmod/rsmod/tree/master/game/pathfinder

Installing (Consuming)

https://www.npmjs.com/package/@2004scape/rsmod-pathfinder

npm i @2004scape/rsmod-pathfinder

Publishing (Local Development)

https://github.com/wclr/yalc

npm run asbuild:debug # Builds the wasm bundle.
yalc publish --push # Publishes to the local repo and pushes to all projects it has been added to.
yalc add @2004scape/rsmod-pathfinder # Adds the published library to your project. 

Publishing (Release)

npm run asbuild:release # Builds the wasm bundle.
# update package.json version
# commit and push to main
npm publish --access public # Publishes the version of this to npm.

First Time Cloning (Local Development)

npm run prepare

If you are on a Mac:

chmod ug+x .husky/*
chmod ug+x .git/hooks/*
4.2.9

16 days ago

4.2.8

20 days ago

4.2.7

22 days ago

4.2.6

3 months ago

4.2.5

4 months ago

4.2.4

4 months ago

4.2.3

4 months ago

4.2.2

4 months ago

4.2.1

4 months ago