A collection of personal scripts for the Bitburner incremental game.
The source of truth for these scripts is this GitHub repo.
To first sync them to your game, copy and paste the contents of sync-scripts.js
into bitburner's home
server. Next run the following to upsert all the latest scripts on main
:
run sync-scripts.js
Bitburner type declarations are synced from the official repo, but scripts are authored in JS with JSDoc comments for types to avoid the need for a build step. During development it may be helpful to watch for changes and sync in progress changes:
run sync-scripts.js --branch=mybranch --watch=true
MIT