Ryuiso b1774d2c86 no message 1 vuosi sitten
..
index.js b1774d2c86 no message 1 vuosi sitten
license b1774d2c86 no message 1 vuosi sitten
package.json b1774d2c86 no message 1 vuosi sitten
readme.md b1774d2c86 no message 1 vuosi sitten

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