1.0.0 • Published 10 years ago
current-dir v1.0.0
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
1.0.0
10 years ago