Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 537 Bytes

.verb.md

File metadata and controls

34 lines (23 loc) · 537 Bytes

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

{%= description %}

Install

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

Usage

var ascending = require('{%= name %}');
['d', 'c', 'b', 'a'].sort(ascending);
//=> ['a', 'b', 'c', 'd']

Related projects

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

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

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


{%= include("footer") %}