npm wrapper for the Pullminder CLI.
# Run without installing:
npx pullminder registry validate --strict
# Install globally:
npm install -g pullminder
# As a dev dependency:
npm install -D pullminderpullminder registry init
pullminder registry validate --strict
pullminder registry pack add --slug my-rules --kind detection --name "My Rules"
pullminder versionThis package downloads the correct pre-built binary for your platform on install. No compilation required.
| Platform | Architecture |
|---|---|
| Linux | x64, arm64 |
| macOS | x64 (Intel), arm64 (Apple Silicon) |
| Windows | x64 |
Apache-2.0