2.1.0 • Published 7 years ago

working-dir v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

working-dir

Build Status Maintainability Code Coverage XO code style

Install

npm install working-dir

Usage

const workingDir = require('working-dir');

workingDir();
// Absolute CWD path
// =>process.cwd()

workingDir(process.cwd());
// =>true

workingDir('foo-bar');
// =>false

Note

This is my first complete node module and was made while learning. Always use the latest version for error free coding...

License

MIT © Samarth Verma

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago