@allmarkedup/climate
v0.2.0
Published
Generate styled CLI output using a markup-style syntax.
Downloads
6
Readme
Climate
Generate styled terminal output using a markup-style syntax.
Installation
npm i @allmarkedup/climate
Usage
const climate = require('@allmarkedup/climate');
const output = climate(`
<bold>This is a message</bold>.
You can use <green>markup-style tags<green> to style the output.
`);
console.log(output);
Requirements
Requires Node >= v7.6