1.0.2 • Published 9 years ago

glob-test v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

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

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago