Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amio/hyper-final-say
Allows local config override any plugin or theme settings applied on top of the defaults `./.hyper.js`.
https://github.com/amio/hyper-final-say
Last synced: 1 day ago
JSON representation
Allows local config override any plugin or theme settings applied on top of the defaults `./.hyper.js`.
- Host: GitHub
- URL: https://github.com/amio/hyper-final-say
- Owner: amio
- Created: 2016-07-20T07:35:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T12:15:10.000Z (over 6 years ago)
- Last Synced: 2025-02-18T09:39:21.753Z (3 days ago)
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyper-final-say [![][npm-badge]][npm-link]
A [hyper](https://hyper.is) plugin allows user-set settings in `.hyper.js` overrides any plugin or theme defaults.
### Install
1. Open Hyper's preferences with `Cmd+,` (or manually at `~/.hyper.js`).
2. Put `hyper-final-say` as **last one** of plugin list:
```js
plugins: [
// 'hyper-plugin-xxx',
// 'hyper-theme-xxx',
'hyper-final-say'
],
```
3. Fully reload Hyper (`Cmd+Shift+R`).### License
MIT @ Amio
[npm-badge]: https://img.shields.io/npm/v/hyper-final-say.svg?style=flat-square
[npm-link]: https://www.npmjs.com/package/hyper-final-say