It's not possible to run the CommandLine without the Templify installation. (Endjin.Templify.Domain.Infrastructure.FilePaths.AppUserDataPath points always to the AppData\Endjin\Templify folder which is created after the installation.)
Possible solution: Create a CommandLine argument "standalone=true" or so. In that case, the FilePaths class points to the folder where the CommandLine.exe is placed.
It's not possible to run the CommandLine without the Templify installation. (Endjin.Templify.Domain.Infrastructure.FilePaths.AppUserDataPath points always to the AppData\Endjin\Templify folder which is created after the installation.)
Possible solution: Create a CommandLine argument "standalone=true" or so. In that case, the FilePaths class points to the folder where the CommandLine.exe is placed.