Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielpza/bitburner-sync
Keep bitburner game files in sync with local files
https://github.com/danielpza/bitburner-sync
bitburner
Last synced: about 2 months ago
JSON representation
Keep bitburner game files in sync with local files
- Host: GitHub
- URL: https://github.com/danielpza/bitburner-sync
- Owner: danielpza
- Created: 2022-09-05T19:14:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T19:18:31.000Z (over 2 years ago)
- Last Synced: 2024-10-12T08:11:37.891Z (3 months ago)
- Topics: bitburner
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitburner-sync
Keep bitburner game files in sync with local files. Similar to https://github.com/bitburner-official/bitburner-vscode but doesn't need vscode, works from the cli.
- Supports typescript
## Installation
```
npm i -g danielpza/bitburner-sync
```## Usage
[section in progress]
Create a `.bitburner-syncrc` file and add your AUTH_TOKEN. See bitburner-vscode for instructions on how to acquire this value. Then run `bitburner-sync`
```
# check contents of the config file
cat .bitburner-syncrc
AUTH_TOKEN: -----token-value-here-----# run bitburner-sync
npx bitburner-sync
```## Acknowledgment
- Most of the code is from https://github.com/bitburner-official/bitburner-vscode