Home > @ricado/version-file > VersionFileGenerator > generate
VersionFileGenerator.generate() method
Generate a version file from the IVersionFileConfigOptions. If we are given a template string in the config, then use it directly. But if we get a file path, fetch the content then use it.
Signature:
generate(): void;
Returns:
void