{%= description %}
Based on time-require.
$ npm i jonschlinkert/time-require
Add the following as the very first thing in a module:
require('{%= name %}');
Example
- Download
gatsby-cli
to local node_modules (npm i gatsby-cli -D
) - Add the following two lines of code to
foo.js
- Run
node foo.js
.
require('time-require');
require('gatsby-cli');
Generates a table that looks something like this:
{%= include("contributing") %}
{%= include("author") %}
{%= copyright() %} Released under the {%= license %} License.
{%= include("footer") %}