Sha256: 1d3fa044ddfd699b7a9200916287ed158f95d96fd58a3e512dac039972b3ce4d

Contents?: true

Size: 474 Bytes

Versions: 12

Compression:

Stored size: 474 Bytes

Contents

# is-path-cwd [![Build Status](https://travis-ci.org/sindresorhus/is-path-cwd.svg?branch=master)](https://travis-ci.org/sindresorhus/is-path-cwd)

> Check if a path is [CWD](http://en.wikipedia.org/wiki/Working_directory)


## Install

```sh
$ npm install --save is-path-cwd
```


## Usage

```js
var isPathCwd = require('is-path-cwd');

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

isPathCwd('unicorn');
//=> false
```


## License

MIT © [Sindre Sorhus](http://sindresorhus.com)

Version data entries

12 entries across 12 versions & 7 rubygems

Version Path
ilog-0.4.1 node_modules/is-path-cwd/readme.md
ilog-0.4.0 node_modules/is-path-cwd/readme.md
ilog-0.3.3 node_modules/is-path-cwd/readme.md
optimacms-0.4.3 spec/dummy/node_modules/is-path-cwd/readme.md
optimacms-0.4.2 spec/dummy/node_modules/is-path-cwd/readme.md
cortex-0.1.3 spec/dummy/node_modules/is-path-cwd/readme.md
dragonfly_puppeteer-0.1.0 node_modules/is-path-cwd/readme.md
guard-sass-lint-0.1.2 node_modules/is-path-cwd/readme.md
guard-sass-lint-0.1.1 node_modules/is-path-cwd/readme.md
lanes-0.8.0 node_modules/is-path-cwd/readme.md
eslint_node_modules-1.6.0.1 vendor/node_modules/eslint/node_modules/file-entry-cache/node_modules/flat-cache/node_modules/del/node_modules/is-path-cwd/readme.md
eslint_node_modules-1.6.0 vendor/node_modules/eslint/node_modules/file-entry-cache/node_modules/flat-cache/node_modules/del/node_modules/is-path-cwd/readme.md