cross-pwd
v1.0.4
Published
Cross platform pwd (pathname of the current working directory)
Maintainers
Readme
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
