Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 765 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 765 Bytes

Lumenaire

The automatic screen brightness tool. For Mac, Windows, and Linux.

Lumenaire is a cross platform implementation of Lumen.

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