Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
/ climate Public archive

Generate styled terminal output using a markup-style syntax

License

Notifications You must be signed in to change notification settings

allmarkedup/climate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate styled terminal output using a markup-style syntax

Resources

License

Stars

Watchers

Forks

Packages

No packages published