1.0.4 • Published 5 years ago
cross-pwd v1.0.4
cross-pwd 
Cross platform
PWD(pathname of the current working directory)
Install
$ npm install --save Usage
var pwd = require('cross-pwd')
pwd()
//=> /you/are/hereAPI
pwd() -> string
Returns the pathname of the process working directory.
License
MIT © Ben Drucker