UNPKG

tiny-glob-cli

Version:

Just cli wrapper for tiny-glob

19 lines (12 loc) 257 B
# tiny-glob-cli Just cli wrapper for tiny-glob ## Local installation & usage ```bash npm install tiny-glob-cli npx tiny-glob-cli "src/**/*.ts" ``` ## Global installation & usage ```bash npm install tiny-glob-cli -g tiny-glob-cli "src/**/*.ts" ```