@potstackhub/poka
v2.0.6
Published
Tools for potstack software develop
Readme
@potstackhub/poka
Tools for potstack software develop.
Installation
npm install -g @potstackhub/pokaUsage
poka hello
poka version
poka helpHow it works
This package automatically installs the correct platform-specific binary:
@potstackhub/poka-linux-x64- Linux x64@potstackhub/poka-linux-arm64- Linux ARM64@potstackhub/poka-darwin-x64- macOS x64 (Intel)@potstackhub/poka-darwin-arm64- macOS ARM64 (Apple Silicon)@potstackhub/poka-win32-x64- Windows x64
Development
# Build the Rust binary
cargo build --release
# Run locally
./target/release/poka helloPublishing
Use the publish.sh script in the root directory:
./publish.shThis will let you choose:
- Publish platform binary package only
- Publish main package only
- Publish both (recommended)
License
MIT
