https://github.com/poteto/bitburner-scripts
Personal scripts for bitburner
https://github.com/poteto/bitburner-scripts
Last synced: about 1 year ago
JSON representation
Personal scripts for bitburner
- Host: GitHub
- URL: https://github.com/poteto/bitburner-scripts
- Owner: poteto
- License: mit
- Created: 2021-12-20T17:33:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T04:59:18.000Z (over 4 years ago)
- Last Synced: 2025-04-23T17:02:39.073Z (about 1 year ago)
- Language: JavaScript
- Size: 703 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitburner-scripts
A collection of personal scripts for the [Bitburner](https://github.com/danielyxie/bitburner) incremental game.
## Usage
The source of truth for these scripts is this GitHub repo.
### Installation
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`:
```sh
run sync-scripts.js
```
### Development
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:
```sh
run sync-scripts.js --branch=mybranch --watch=true
```
## License
MIT