
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This repository contains tools for working with Rust and Godot.
godot commandgit commandThese are the supported commands.
# To see the information about the commands:
npx godot-rust@latest help
# To see the information about a specific command (where <command> is the command you want help for):
npx godot-rust@latest <command> -h
This will create a new rust project with the necessary files to work with Godot.
To create a new project, run the following command, it has interactive prompts to help you create your project.
npx godot-rust@latest new
This will convert an existing Godot project to a Godot Rust project.
Run the command in a folder that contains a project.godot file, it has interactive prompts to help you convert your project.
rust folder to the project<my-project>/godot folder<my-project>/rustnpx godot-rust@latest convert
This will allow you to add tools that are available in the database. This supports three types of tools:
latestnpx godot-rust@latest add
This will allow you to remove tools from your project.
Note: Currently this only supports removing Rust crates.
npx godot-rust@latest remove
# or
npx godot-rust@latest rm
FAQs
Scripts to automate the creation of a Godot project with Rust
We found that godot-rust demonstrated a not healthy version release cadence and project activity because the last version was released 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.