cross-pwd
v1.0.4
Published
Cross platform pwd (pathname of the current working directory)
Downloads
16
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/here
API
pwd()
-> string
Returns the pathname of the process working directory.
License
MIT © Ben Drucker