UNPKG

templates-mo

Version:

Templates is a scaffolding framework that makes code generation simple, dynamic, and reusable. Generate files, parts of your app, or whole project structures—without the repetitive copy-pasting

11 lines (8 loc) • 226 B
import CreateDebug from './createDebug'; const logger = { tps: new CreateDebug('tps'), prompter: new CreateDebug('prompter'), prompt: new CreateDebug('prompt'), cli: new CreateDebug('tps:cli'), }; export default logger;