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