UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

6 lines (3 loc) 104 B
const { gray } = require('chalk') const effect = msg => `${gray(`+ ${msg}`)}` module.exports = effect