kiruthiga 55473b7e7c initial push il y a 6 jours
..
index.js 55473b7e7c initial push il y a 6 jours
license 55473b7e7c initial push il y a 6 jours
package.json 55473b7e7c initial push il y a 6 jours
readme.md 55473b7e7c initial push il y a 6 jours

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