Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitburner-ts

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitburner-ts

Easy CLI tool to use Typescript with Bitburner

  • 1.1.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-88.24%
Maintainers
0
Weekly downloads
 
Created
Source

PRs Welcome TypeScript npm npm

bitburner-ts

Rework of bitburner-filesync to work directly with Typescript and with a cleaner implementation. Also, supports WSL when the gaming is running on Windows.

Just run npx bitburner-ts! You don't need any special setup in your Typescript project to have this working, like typescript-template.

This will automatically set up Typescript on watch mode and will push the resulting .js files into Bitburner. Requires outDir and rootDir on tsconfig.json to be set.

The .js files will be by default put into the script directory in the game's home server.

You can install it via npm i bitburner-ts and have it as a start script in your package.json for quality of life ✨

Usage

npx bitburner-ts [options]
# or
npm i bitburner-ts
Options:
  -p, --port <number>  the port to be used (default: 12525)
  -d, --dest <dir>     directory in the game's home server to put the files (default: "scripts")
  -h, --help           display help for command

Keywords

FAQs

Package last updated on 17 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc