Cross platform pwd (pathname of the current working directory)
npm install cross-pwd> Cross platform PWD (pathname of the current working directory)
```
$ npm install --save
`js
var pwd = require('cross-pwd')
pwd()
//=> /you/are/here
`
#### pwd() -> string`
Returns the pathname of the process working directory.
MIT © Ben Drucker