current-dir

1.0.0 • Public • Published

current-dir Build Status

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

/current-dir/

    Package Sidebar

    Install

    npm i current-dir

    Weekly Downloads

    7

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • emiljohansson