Skip to content

Commit

Permalink
📦NEW: star the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Apr 7, 2020
1 parent 75f40dc commit b239439
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion utils/exit.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
const pkg = require("../package.json");
const { cyan } = require("chalk");
const io = require("console-read-write");

module.exports = () => {
console.log(cyan(`\nThank you for using ${pkg.name}!\n`));
io.write(cyan(`\nThank you for using ${pkg.name}!\n`));
io.write(
cyan(
"Please ⭐️ the repo: https://github.com/msaaddev/github-interact-cli/"
)
);
};

0 comments on commit b239439

Please sign in to comment.