Generate mode - generate multiple configs at the same time if they share the same tsconfig
Closed this issue ยท 1 comments
tamj0rd2 commented
For example, this:
./node_modules/.bin/ncdc generate config1.yml -o ./json-schema -c ./tsconfig.json
./node_modules/.bin/ncdc generate config2.yml -o ./json-schema -c ./tsconfig.json
Could become:
./node_modules/.bin/ncdc generate config1.yml config2.yml -o ./json-schema -c ./tsconfig.json
This can a nice chunk of time if creating a program or creating a types generator takes quite a while.
tamj0rd2 commented
๐ This issue has been resolved in version 0.6.0 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐