@2004scape/rsmod-pathfinder
TypeScript icon, indicating that this package has built-in type declarations

4.2.9 • Public • Published

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/*

Package Sidebar

Install

npm i @2004scape/rsmod-pathfinder

Weekly Downloads

26

Version

4.2.9

License

ISC

Unpacked Size

156 kB

Total Files

6

Last publish

Collaborators

  • pazaz
  • jordannn