export const scaffolderMessage = (msg: string): string => `Scaffolder: ${msg}`;
