- Node.js 22.x LTS
- yarn
yarn
yarn bundle
To build for development, use:
yarn
yarn build:watch
yarn
yarn bundle
Then copy the dist
folder to your script directory.
and run the script with:
node dist/bundle.mjs
This project is licensed under the MIT License. See the LICENSE file for details.