Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

pbnj/npm-petermbenjamin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PETERMBENJAMIN

This is me!

NPM

Build Status Known Vulnerabilities

I also go by pbenj (pronounced Pee-Bee-En-Jay, like the sandwich)

Install

  • As a module:
npm i --save petermbenjamin
  • As a CLI:
npm i -g petermbenjamin

Usage

  • As a module:
var pbenj = require('petermbenjamin');
pbenj.name.first      // => "Peter"
pbenj.contact         // { email: "petermbenjamin@gmail.com", ... }
  • As a CLI:
$ pbenj

  Usage: pbenj [command]


  Commands:

    fullname|f   Print Full Name
    contact|c    Print Contact Info

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

$ pbenj f
Peter M Benjamin | Senior Software Engineer