helper-timeago
Date helper for displaying elapsed time in a human-readable format. Can be used as a JavaScript utility or template helper with handlebars, lo-dash or any template engine that supports helper functions.
npm
Install withnpm i helper-timeago --save
Usage
var timeago = ;//=> '20 years ago'
With Lo-Dash or Underscore:
<%= %>
With Handlebars:
{{timeago "index.js"}}
With Verb (lo-dash, with special delimiters to avoid delimiter collision in markdown docs):
%= %
Run tests
npm test
See the tests for actual usage examples.
Register the helper
This should work with any engine, here are a few examples
template
Register the helper for use with any template engine
template;
assemble
To register the helper for use with assemble v0.6.x:
assemble;
verb
Register the helper for use with verb:
var verb = ;verb; verb;
handlebars
var handlebars = ;handlebars;
Lo-Dash or underscore
// as a mixin_;_; // passed on the context_; // as an importvar settings = imports: timeago: timeagoHelper;_;
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. To request or contribute a helper to the github.com/helpers org, please read this contributing guide to get started.
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert
Released under the MIT license
This file was generated by verb on December 07, 2014. To update, run npm i -g verb && verb
.