@axonyx/aegis
v0.1.0
Published
Frontend-friendly Aegis CLI for fast response checks.
Maintainers
Readme
@axonyx/aegis
Frontend-friendly Aegis CLI for fast response checks.
This npm package is for React, Next, and frontend projects that should not need to install Rust/Cargo just to run fast checks.
npm install -D @axonyx/aegis
npx aegis init
npx aegis fast --config aegis.tomlExample aegis.toml:
base_url = "https://react.axonyx.dev"
[[fast]]
name = "getting started docs"
goto = "/"
click = "a[href='/docs/getting-started']"
expect_text = "Getting Started"
expect_not = ["Application error"]The Rust-native package remains available as:
cargo install axonyx-aegisBoth CLIs share the same aegis.toml fast-check syntax.
