UNPKG

@next-boilerplate/cli

Version:
9 lines (6 loc) 141 B
#!/usr/bin/env zx /** * Validate the config of each templates */ declare const applyConfig: () => Promise<void>; export { applyConfig };