@whoisdinanath/testx
v0.2.0
Published
Universal test runner — one command, any language, beautiful tests
Maintainers
Readme
npm distribution
This directory contains the npm wrapper for distributing testx as a Node.js package.
How it works
npm install @whoisdinanath/testxruns thepostinstallhookinstall.jsdetects the platform and downloads the prebuilt binary from GitHub Releasesbin/testxis a thin Node.js wrapper that forwards all arguments to the native binary
Supported platforms
| Platform | Architecture | Binary | | -------- | ------------ | ------ | | macOS | x64 | ✅ | | macOS | ARM64 | ✅ | | Linux | x64 | ✅ | | Linux | ARM64 | ✅ | | Windows | x64 | ✅ |
Publishing
cd npm
npm publishThe version in package.json must match the GitHub release tag.
