eploy2
Version:
Easy deployment for any programming languages and also transfer the files to a server instantly with a single command
6 lines (5 loc) • 368 B
text/typescript
import { RED, GREEN, YELLOW, MAGENTA } from './text-colors'
export const symInfo = '$(' + MAGENTA + ')' + 'ℹ ' //+ '$(' + RESET + ') '
export const symSuccess = '$(' + GREEN + ')' + '✔ ' //+ '$(' + RESET + ') '
export const symWarning = '$(' + YELLOW + ')' + '⚠ ' //+ '$(' + RESET + ') '
export const symError = '$(' + RED + ')' + '✖ ' //+ '$(' + RESET + ') '