Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
bitburner-ts
Advanced tools
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 ✨
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
FAQs
Easy CLI tool to use Typescript with Bitburner
We found that bitburner-ts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.