Skip to content

redders6600/glob-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

glob-test

A really tiny command-line utility to test what a glob will match from a certain directory.

Install

npm install -g glob-test

Usage

From the directory in question:

glob-test "*.coffee" 

Note that you can optionally exclude the quotes, but this may (depending on your environment) let the shell expand the glob. If you include the quotes, it will ensure that node-glob is used.

GitHub Page

About

Command line glob testing tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published