Open raduGaspar opened 4 years ago
No plans at the moment. If you create a PR, I will gladly review 😀
As a workaround you can use https://www.npmjs.com/package/glob-run . So build script looks like this:
"scripts": {
"build": "glob-run mmdc -i path-to-folder/**/*.mmd"
}
If would be nice to be able to run a single command that takes multiple input files (glob patterns). Imagine a
package.json
build script that would allow the following:mmdc -i *.mmd
mmdc -i path-to-folder/*.mmd
mmdc -i path-to-folder/**/*.mmd
Any plans to release support for something like this?