j-
Information about Jamie Hoeks
Usage
Local
Install with npm...
$ npm install --save j-..then include into your project.
const info = require('j-');
console.log(info.name); // => "Jamie Hoeks"Global
Install with npm...
$ npm install --global j-...then run j- in your terminal (with optional argument).
$ j-
{ name: 'Jamie Hoeks',
...
$ j- name
Jamie Hoeks