quantex
v0.29.0
Published
Alias package for quantex-cli
Maintainers
Readme
Quantex
Alias package for quantex-cli.
quantex exists to provide the shorter package name for quantex-cli. It does not contain an independent implementation.
Installing quantex installs quantex-cli, re-exports its public API, and forwards the qtx / quantex binaries to the CLI shipped by quantex-cli.
For full documentation, command reference, and API behavior, see quantex-cli.
Install
bun add -g quantexCLI
qtx --help
quantex --helpBoth commands are forwarded to the quantex-cli binary.
API
export * from 'quantex-cli'Versioning
quantex releases are updated intentionally in this repository. When a release mirrors a quantex-cli version, keep package.json version and dependencies.quantex-cli pinned to the exact same version.
Release
Releases are driven only by tags in this repository. Update package.json and bun.lock intentionally, create a matching v<version> tag, and push the tag to publish quantex and create the GitHub release.
