UNPKG

epic-cli

Version:

Commands useful for everyday web development with node.

10 lines (7 loc) 258 B
import { getScripts, scriptExists } from '../helper' for (const script of getScripts()) { const exists = scriptExists(script) if (exists) { console.warn(`epic-cli: Command ${script} already exists and might not work or will be overwritten.`) } }