0.2.0 • Published 7 years ago

@allmarkedup/climate v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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