pullminder
v0.1.7
Published
Pullminder CLI — manage custom rule registries
Downloads
164
Maintainers
Readme
pullminder
npm wrapper for the Pullminder CLI.
Install
# Run without installing:
npx pullminder registry validate --strict
# Install globally:
npm install -g pullminder
# As a dev dependency:
npm install -D pullminderUsage
pullminder registry init
pullminder registry validate --strict
pullminder registry pack add --slug my-rules --kind detection --name "My Rules"
pullminder versionHow it works
This package downloads the correct pre-built binary for your platform on install. No compilation required.
Supported platforms
| Platform | Architecture | |----------|-------------| | Linux | x64, arm64 | | macOS | x64 (Intel), arm64 (Apple Silicon) | | Windows | x64 |
License
Apache-2.0
