@cocell/filo
v1.0.3
Published
A lightweight NPM package that reads a file, replaces its lines referencing other files with their actual content, and writes the modified result to a new file.
Readme
Filo
This NPM package is designed to read a file, replaces its lines that reference other files with their actual contents, and save the result to a new file.
Here's the syntax to use it:
npm filo <source file> <output path> (optional)