UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

6 lines (3 loc) 115 B
const { cyan } = require('chalk') const success = msg => `${cyan('> Success!')} ${msg}` module.exports = success