Home

Awesome

<h1 align="center"> <a href="https://github.com/bencevans/lumenaire"><img src="logo@400px.png" alt="Lumenaire" width="400" height="307"></a> <br> </h1> <h4 align="center">The automatic screen brightness tool. For Mac, Windows, and Linux.</h4> <p align="center">Lumenaire is a cross platform implementation of <a href="https://github.com/anishathalye/lumen">Lumen</a>.</p>

Development

# Clone and enter project
$ git clone https://github.com/bencevans/lumenaire.git
$ cd lumenaire

# Install deps and run in development
$ npm install
$ npm start

# Package for specific OS
$ npm run package-linux
$ npm run package-osx
$ npm run package-win32

# Package for all OSs
$ npm run package-all

Licence

MIT © Ben Evans