glob-slash

Prefix globs with a slash and normalize. Supports negated globs too

MIT 1 个版本
安装
npm install glob-slash
yarn add glob-slash
pnpm add glob-slash
bun add glob-slash
README

glob-slash

Prefix globs with a slash and normalize. Supports negated globs too.

Install

npm install glob-slash --save

Usage

var globSlash = require('glob-slash');

console.log(globSlash('!**/testing')) // OUTPUTS: !/**/testing
console.log(globSlash('another-test//**')) // OUTPUTS: /another-test/**

Run Tests

npm install
npm test
版本列表
1.0.0 2014-11-18