Skip to content

Latest commit

 

History

History
executable file
·
49 lines (31 loc) · 851 Bytes

.verb.md

File metadata and controls

executable file
·
49 lines (31 loc) · 851 Bytes

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

{%= description %}

Based on time-require.

Install

$ npm i jonschlinkert/time-require

Usage

Add the following as the very first thing in a module:

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

Example

  1. Download gatsby-cli to local node_modules (npm i gatsby-cli -D)
  2. Add the following two lines of code to foo.js
  3. Run node foo.js.
require('time-require');
require('gatsby-cli');

Generates a table that looks something like this:

image

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} Released under the {%= license %} License.


{%= include("footer") %}