current-dir
v1.0.0
Published
Returns the full path to the current directory.
Downloads
5
Readme
current-dir
Returns the full path to the current directory.
Install
$ npm install --save current-dir
Usage
var currentDir = require('current-dir');
currentDir();
// => /Users/username/
API
currentDir()
Returns the path to the current directory.
License
MIT © Emil Johansson