UNPKG

@iotize/cli

Version:
43 lines (26 loc) 774 B
# IoTize Device CLI ## Requirements - Node version >= 10 ## Installation ### On Linux or Mac ``` npm install --global @iotize/cli ``` ### On windows 10 To use Bluetooth Low Energy (BLE) you first need to install additional packages. Installation has been tested with `node` version `10.16.0`. Open **elevevated power shell** and run ```bash npm install --global --production windows-build-tools@4.0.0 ``` Then install CLI: ```bash npm install -g @iotize/cli@latest ``` ### Other OS Other OS may not support Bluetooth Low Energy (BLE). However, you can still install the CLI: ```bash npm install -g @iotize/cli@latest ``` ## Documentation [Documentation is here](http://developer.iotize.com/content/tools/iotize)