get-cwd
v1.0.0
Published
A current working directory set, where you can get the current working directory path.
Downloads
5
Maintainers
Readme
get-cwd
This package will give you the path of Current Working Directory (CWD)
.
Usage:
const cwd = require('get-cwd');
console.log(cwd.get()); // C:\Users\Mayur\Documents\Project
This package is under process. If you have any suggestions/feedback please fork. Its highly appreciated.