Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 493 Bytes

.verb.md

File metadata and controls

37 lines (23 loc) · 493 Bytes

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

{%= description %}

Install

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

Usage

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

isoWeek();
//=> '50'

Related projects

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

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

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


{%= include("footer") %}