Returns the full path to the current directory.
$ npm install --save current-dir
var currentDir = require('current-dir');
currentDir();
// => /Users/username/
Returns the path to the current directory.
MIT © Emil Johansson
Returns the full path to the current directory.
$ npm install --save current-dir
var currentDir = require('current-dir');
currentDir();
// => /Users/username/
Returns the path to the current directory.
MIT © Emil Johansson