Library to easily style texts with string formatting. It's based on ansi-codes and format-text
$ npm install style-formatformat('{blue} hello {green} world')
// => hello world
format('{bold}{red} span {yellow} eggs {reset}')
// => span eggsSee ansi-codes for reference.