A manifest should also be able to take in other manifests and rerun the process. Here's how it would work:
Input:
- manifest1.json
- manifest.json
Output:
- final.md
The tool would recognize it's a manifest file and recursively call the merge.js script.
merge-js produces a moduleFinal.md file that is now taken in as the inputFile.
A manifest should also be able to take in other manifests and rerun the process. Here's how it would work:
Input:
Output:
The tool would recognize it's a manifest file and recursively call the merge.js script.
merge-js produces a moduleFinal.md file that is now taken in as the inputFile.