Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 2.39 KB

.verb.md

File metadata and controls

74 lines (55 loc) · 2.39 KB

{%= name %} {%= badge("fury") %}

{%= description %}

Install

{%= include("install-npm", {save: true}) %}

Usage

var wrap = require('{%= name %}');

Example

Pass codes for ansi magenta background:

console.log(wrap(45, 49, 'This is a message...'));
//=> '\u001b[45mThis is a message...\u001b[49m'

Which prints out...

screen shot 2015-05-21 at 8 28 32 pm

Related projects

This is used in these projects:

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}