Skip to content

A binary package for Cloudflare wrangler

Notifications You must be signed in to change notification settings

tbmatuka/wrangler-binary

Repository files navigation

Building the binary

./build.sh

Downloading the binary

You can download the latest binary from a release URL which doesn't change:

curl -sLo wrangler 'https://github.com/tbmatuka/wrangler-binary/releases/latest/download/wrangler'
chmod +x wrangler

Compression

The binary file is compressed because most users will prefer a smaller file which starts a bit slower. If you need the binary to be as fast as possible, you can decompress it:

gzexe -d wrangler
rm 'wrangler~'

About

A binary package for Cloudflare wrangler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages