/bitburner-scripts

Collection of scripts for Bitburner

Primary LanguageTypeScript

Bitburner scripts

Quick start

  1. Run:
npm install
  1. Run:
npm run watch
  1. Go to Bitburner:
    1. Options -> Remote API -> type in the port: 12525 -> click connect. The icon should turn green and say it's online.

This will automatically create NetscriptDefinitions.d.ts and sync your changes with the Bitburner.

Template gotten from bitburner-official/typescript-template.