
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
rust-justrust-just is a handy way to save and run project-specific commands.
Commands, called recipes, are stored in a file called justfile with syntax
inspired by make
You can use rust-just without installing it on your system using npx:
~/$ npx rust-just@latest [OPTIONS] [ARGUMENTS]...
It will run the most recent version of rust-just.
The recommended way to install rust-just is as a global dependency:
~/$ npm install -g rust-just
and then run with:
~/$ just [OPTIONS] [ARGUMENTS]...
rust-just could also be installed as a local dependency:
~/$ npm install rust-just
Note: To pass Execa options to
just, use the--execaoptions <OPTIONS>flag, whereOPTIONSis in JSON format.For example:
~/$ just --execaoptions '{"stdio": "inherit", "reject": false}' [OPTIONS] [ARGUMENTS]...For a complete list of available Execa options, refer to the Execa API documentation.
To read more visit: https://just.systems/man/en/
The documentation is available as a book.
Disclaimer: Therust-just npm package is maintained by @gnpaone with permission from the original just developer. This package is not officially maintained by just’s creator but uses up-to-date, official binaries from the casey/just repository at the time of release to ensure compatibility and authenticity.
FAQs
🤖 Just a command runner
We found that rust-just demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.