Finalize CLI for regex replacement of template variables in a prepared build folder
npm install @screencloud/finalize-build-cliA simple cli utility to replace template variables in a prepared build.
run npm i -g @screencloud/finalize-build-cli.
``txt
Usage: finalize-build [options]
Options:
-V, --version output the version number
-e, --env-files
-i, --input
-o, --output
-m, --metadata
-f, --files
-p, --path
-h, --help output usage information
`
The metadata json needs to be of the following format
`typescript``
export interface IMetadata {
templateVars: string[];
}