@busch-jaeger/free-at-home-cli
v0.13.1
Published
Library for free@home local device api
Readme
Library for free@home local device api
This api is unstable.
Install
Npm packages for this project are available here.
To install this packages run:
npm install --registry http://10.3.101.26:4873 free-at-homeExample
Prepare for local development
Change prefix to user writable directory.
npm config set prefix ~/.npmInstall dependencies
npm installAdd link to local package
cd node-free-at-home
npm linkFor the package that uses this library:
npm link free-at-homeBuild project
npm run build