giracli
v1.2.0
Published
CLI script to control a Gira home server
Downloads
12
Maintainers
Readme
giraCLI
CLI script to control a Gira home server.
Installation
Install the project using
npm
:npm install -g giraCLI
Create or copy the default configuration file (
~/.gira.json
):curl https://raw.githubusercontent.com/frdmn/giraCLI/master/gira.json -o ~/.gira.json
Adjust the server and outlet configuration:
vi ~/.gira.json
Usage
Here's a short explanation how to use giraCLI
:
Power on/off all configured outlets
Power on/off a specific outlet
Print loaded configuration
Contributing
- Fork it
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request
Requirements / Dependencies
- Gira home server
- Node
Version
1.2.0