Skip to content

Commit b239439

Browse files
committed
📦NEW: star the repo
1 parent 75f40dc commit b239439

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

utils/exit.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
const pkg = require("../package.json");
22
const { cyan } = require("chalk");
3+
const io = require("console-read-write");
34

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

0 commit comments

Comments
 (0)