1.0.0 • Published 7 years ago
pname v1.0.0
Package name 
Get the name of the calling package.
Install
npm install pnameUsage
const packageName = require("pname");
console.log(packageName)
//=> 'somePackageName'API
packageName
Type: string
The name of the calling package.
1.0.0
7 years ago
