Command-line interface and type declarations for Homey Apps.
$ npm i -g homey
To get started run:
$ homey --help
Or read the getting started documentation.
The compose
copies & merges files, which is useful for very large Homey Apps.
For documentation, refer to Homey Compose.
Don't forget to add the HOMEY_LOG_URL
variable to your env.json
.
Please visit https://developer.athom.com for more information.
The zwave
installs homey-zwavedriver.
The zigbee
installs homey-zigbeedriver.
The rf
installs homey-rfdriver, and copies pairing templates to /.homeycompose/
.
The oauth2
installs homey-oauth2app.
The log
installs homey-log. You must still require the module in the app yourself:
const { Log } = require('homey-log');