Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 543 Bytes

kinesalite-nexe

A convenient single binary for Kinesalite built using nexe. The resulting binary has no runtime dependencies on npm / node.

Build

docker run -it -v $(pwd):/mnt amazonlinux /bin/bash -c "$(cat build.sh)"

Run

To run with arguments, a slight invocation change is required to accomodate npm args added by the nexe build:

./kinesalite <npm-args> -- <args>

Deploy

Copy to dist/<version>/<tarball> and commit