1.2.0 • Published 6 years ago

giracli v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

giraCLI

npm.io

CLI script to control a Gira home server.

Installation

  1. Install the project using npm: npm install -g giraCLI
  2. Create or copy the default configuration file (~/.gira.json):

    curl https://raw.githubusercontent.com/frdmn/giraCLI/master/gira.json -o ~/.gira.json
  3. 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

npm.io

Power on/off a specific outlet

npm.io

Print loaded configuration

npm.io

Contributing

  1. Fork it
  2. Create your feature branch: git checkout -b feature/my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/my-new-feature
  5. Submit a pull request

Requirements / Dependencies

  • Gira home server
  • Node

Version

1.2.0

License

MIT