Created
August 27, 2018 18:58
-
-
Save mikeerickson/054f432987cbe6cf9b972277590f6a83 to your computer and use it in GitHub Desktop.
Success Script called by Lint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const chalk = require('chalk'); | |
const cmd = process.argv[2] !== undefined ? process.argv[2] + ':' : ''; | |
const msg = chalk.green.bold(`${cmd} No Errors Found`); | |
console.log(''); | |
console.log(`${chalk.bgGreen.black.bold(' DONE ')} ${msg}`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment