Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 678 Bytes

.verb.md

File metadata and controls

41 lines (28 loc) · 678 Bytes

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

{%= description %}

Install

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

Usage

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

firstCommitDate(function(err, date) {
  if (err) return console.log(err);
  console.log('first commit!', date);
});
//=> first commit! Tue Nov 17 2015 13:29:18 GMT-0500 (EST)

API

{%= apidocs('index.js') %}

Related projects

{%= related(verb.related.list) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

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


{%= include("footer") %}