giracli

1.2.0 • Public • Published

giraCLI

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

Power on/off a specific outlet

Print loaded configuration

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

Package Sidebar

Install

npm i giracli

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

219 kB

Total Files

28

Last publish

Collaborators

  • frdmn