UNPKG

@johnowennixon/okay

Version:

Command line script which outputs the text ‘Okay’ in green

10 lines (6 loc) 133 B
#!/usr/bin/env node import {green} from "ansis" if (process.env.TELL_OKAY === "0") { process.exit(0) } console.log(green`Okay`)