entrix
v0.19.0-alpha.1
Published
Entrix fitness function engine — Rust implementation CLI.
Maintainers
Readme
Entrix (NPM)
Command-line distribution of Entrix through npm. The package provides
the entrix command by resolving a prebuilt platform binary and
launching it through a thin Node.js wrapper.
This is the Rust implementation of entrix. For the Python implementation, use pip install entrix.
Installation
Install globally:
npm install -g entrixRun without installing:
npx entrix --helpThe installed command is entrix.
Package Layout
entrix is a thin launcher package. At install time npm resolves one
of these optional platform packages and the wrapper executes the bundled binary:
entrix-darwin-arm64entrix-darwin-x64entrix-linux-x64entrix-windows-x64
Alternative Installation
Via Cargo (Rust)
cargo install entrixVia pip (Python)
pip install entrixUsage
entrix --help
entrix run --tier fast
entrix validateLicense
MIT
