webroo / dummy-json

Generates random dummy JSON data in Node.js
MIT License
380 stars 61 forks source link

Enable Glob patterns #25

Open nicky-lenaers opened 7 years ago

nicky-lenaers commented 7 years ago

Currently I can't use this:

dummyjson ./dir/subdir/**/*.hbs > ./dist/

I'd like to use glob patterns s.t. I don't have to specify each and every file for input.