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