Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 448 Bytes

File metadata and controls

41 lines (27 loc) · 448 Bytes

Node Template

Get Started

Requirements

  • Node.js 22.x LTS
  • yarn

Build

yarn
yarn bundle

To build for development, use:

yarn
yarn build:watch

Install

yarn
yarn bundle

Then copy the dist folder to your script directory.

and run the script with:

node dist/bundle.mjs

License

This project is licensed under the MIT License. See the LICENSE file for details.