https://github.com/johno/night-shift
Toggle OS X Night Shift
https://github.com/johno/night-shift
Last synced: 4 months ago
JSON representation
Toggle OS X Night Shift
- Host: GitHub
- URL: https://github.com/johno/night-shift
- Owner: johno
- License: mit
- Created: 2017-04-14T15:26:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T15:26:21.000Z (about 9 years ago)
- Last Synced: 2024-10-19T17:29:30.345Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# night-shift [](https://github.com/feross/standard)
Toggle OS X Night Shift.
#### installation
```sh
npm i -S night-shift
```
#### usage
```javascript
const nightShift = require('night-shift')
nightShift()
```
#### cli
```sh
npm i -g night-shift
night-shift -h
```
Note: If you haven't already, you will need to give your Terminal.app the ability to control your computer. In `System Preferences > Security & Privacy`:

#### license
MIT
#### contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).
***
> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).