/cross-pwd

Primary LanguageJavaScriptMIT LicenseMIT

cross-pwd tests

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