hyper-nobold
v1.0.0
Published
Removes bold text from Hyper
Readme
hyper-nobold
This is just a simple addon for Hyper to remove bold text from terminal output.
Installation
Add hyper-nobold to plugins in ~/.hyper.js:
// Example ~/.hyper.js
module.exports = {
plugins: [
"hyper-nobold",
],
}