- Clone the repository
- Install dependencies:
bun install- Compile:
bun build ./backman.ts --compile --outfile backman- Optional: Move into the /usr/bin folder for easy access from anywhere
mv backman /usr/bin- npm
npm i backman-ts-# I have no idea on how NPM publishing works, and running the package with bunx backman-ts did not work, hence I recommend compiling the package.
This project was created using bun init in bun v1.1.38. Bun is a fast all-in-one JavaScript runtime.