1.40.0 • Published 4 months ago

rust-just-linux-arm64 v1.40.0

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
4 months ago

rust-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

Getting Started

Run instantly without installation

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.

Installation as global dependency

The recommended way to install rust-just is as a global dependency:

~/$ npm install -g rust-just

and then run with:

~/$ just [OPTIONS] [ARGUMENTS]...

Installation as local dependency

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, where OPTIONS is 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/

Author & Maintainer

Documentation

The documentation is available as a book.

1.37.0

8 months ago

1.38.0

7 months ago

1.39.0

6 months ago

1.40.0

4 months ago

1.36.0

10 months ago

1.35.0

10 months ago