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