{"id":27699938,"url":"https://github.com/bugidev/bitburner-scripts","last_synced_at":"2025-04-25T17:35:54.854Z","repository":{"id":58589086,"uuid":"525957987","full_name":"BugiDev/bitburner-scripts","owner":"BugiDev","description":"Automation scripts for bitburner","archived":false,"fork":false,"pushed_at":"2022-09-21T21:36:48.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-04-10T07:37:01.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BugiDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-17T21:23:24.000Z","updated_at":"2022-08-29T23:45:38.000Z","dependencies_parsed_at":"2023-01-18T17:35:30.856Z","dependency_job_id":null,"html_url":"https://github.com/BugiDev/bitburner-scripts","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugiDev%2Fbitburner-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugiDev%2Fbitburner-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugiDev%2Fbitburner-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BugiDev%2Fbitburner-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BugiDev","download_url":"https://codeload.github.com/BugiDev/bitburner-scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250862830,"owners_count":21499360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-25T17:35:54.417Z","updated_at":"2025-04-25T17:35:54.846Z","avatar_url":"https://github.com/BugiDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitburner-scripts\n\nAutomation scripts for bitburner\n\n## Running the scripts\n\n`wget https://raw.githubusercontent.com/BugiDev/bitburner-scripts/main/importer.js importer.js`\n\n`run importer.js`\n\n## Dependencies\n\n[Node.js](https://nodejs.org/en/download/) required for compiling typescript and installing dependencies\n\n## Installation\n\n```\ngit clone https://github.com/bitburner-official/typescript-template\nnpm i\n```\n\n## How to use this template\n\nWrite all your typescript source code in the `/src` directory\n\nTo autocompile as you save, run `npm run watch` in a terminal\n\n## Imports\n\nTo ensure both the game and typescript have no issues with import paths, your import statements should follow a few\nformatting rules:\n\n- Paths must be absolute from the root of `src/`, which will be equivalent to the root directory of your home drive\n- Paths must contain no leading slash\n- Paths must end with no file extension\n\n### Examples:\n\nTo import `helperFunction` from the file `helpers.ts` located in the directory `src/lib/`:\n\n```js\nimport { helperFunction } from 'lib/helpers';\n```\n\nTo import all functions from the file `helpers.ts` located in the `src/lib/` directory as the namespace `helpers`:\n\n```js\nimport * as helpers from 'lib/helpers';\n```\n\nTo import `someFunction` from the file `main.ts` located in the `src/` directory:\n\n```js\nimport { someFunction } from 'main';\n```\n\n## Deugging\n\nFor debugging bitburner on Steam you will need to enable a remote debugging port. This can be done by rightclicking\nbitburner in your Steam library and selecting properties. There you need to\nadd `--remote-debugging-port=9222` [Thanks @DarkMio]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugidev%2Fbitburner-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugidev%2Fbitburner-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugidev%2Fbitburner-scripts/lists"}