local cli for wifi led controllers
version 0.3 (released 0 days ago)
Download
On mac you can :
brew install szazeski/tap/wifiled
On linux/mac you can :
wget https://github.com/szazeski/wifiled/releases/download/v0.3.0/wifiled_0.3.0_$(uname -s)_$(uname -m).tar.gz -O wifiled.tar.gz && tar -xf wifiled.tar.gz && chmod +x wifiled && sudo mv wifiled /usr/bin/
On Windows powershell you can :
Invoke-WebRequest https://github.com/szazeski/wifiled/releases/download/v0.3.0/wifiled_0.3.0_Windows_x86_64.tar.gz -outfile wifiled.tar.gz; tar -xzf wifiled.tar.gz; echo "if you want, move the file to a PATH directory like WINDOWS folder"