awesome-client

1.0.0 • Public • Published

awesome-client

Thin wrapper around awesome-client command that enables interaction with Awesome WM.

Installation

  Install with [npm](https://www.npmjs.org/package/awesome-client):

    $ npm install --save awesome-client

API

var awesomeClient = require('awesome-client');

// restarts awesome
awesomeClient('awesome.restart()');

// same, but enables error checking
// if it failed, the err object will be an instance of Error
awesomeClient('awesome.restart()', function(err) {
    console.log(err);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i awesome-client

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jakutis