UNPKG

wordcount

Version:

Count the words in a string. Support for english, CJK and Cyrillic.

37 lines (24 loc) 549 B
# {%= name %} {%= badge("fury") %} > {%= description %} {%= include("install-npm", {save: true}) %} ## Usage ```js 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") %}