Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 549 Bytes

.verb.md

File metadata and controls

36 lines (24 loc) · 549 Bytes

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

{%= description %}

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

Usage

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

{%= name %}('Count the words in string.');
//=> 5
{%= name %}('Count the words in string, again.');
//=> 6

Related projects

{%= related(verb.related.list, {remove: name}) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

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


{%= include("footer") %}