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: 3 months ago
JSON representation

Allows local config override any plugin or theme settings applied on top of the defaults `./.hyper.js`.

Lists

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