petermbenjamin
v4.0.6
Published
This is me!
Downloads
31
Readme
PETERMBENJAMIN
This is me!
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 petermbenjaminUsage
- As a module:
var pbenj = require('petermbenjamin');
pbenj.name.first // => "Peter"
pbenj.contact // { email: "[email protected]", ... }- 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
