UNPKG

@eve-tools/cli

Version:

Everest cli to speed up project start-up and standardized frontend , backend architecture

5 lines (4 loc) 122 B
export const combineShellCommand = (...commands) => { const joinText = " && "; return commands.join(joinText); };