chenrui  c2abfadd11 add 3 jaren geleden
..
index.js c2abfadd11 add 3 jaren geleden
license c2abfadd11 add 3 jaren geleden
package.json c2abfadd11 add 3 jaren geleden
readme.md c2abfadd11 add 3 jaren geleden

readme.md

is-path-in-cwd Build Status

Check if a path is in the current working directory

Install

$ npm install --save is-path-in-cwd

Usage

var isPathInCwd = require('is-path-in-cwd');

isPathInCwd('unicorn');
//=> true

isPathInCwd('../rainbow');
//=> false

isPathInCwd('.');
//=> false

License

MIT © Sindre Sorhus