Skip to content

Commit 0f1b21c

Browse files
committed
📦NEW: exit
1 parent 4510a50 commit 0f1b21c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

utils/exit.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const pkg = require("../package.json");
2+
const { cyan } = require("chalk");
3+
4+
module.exports = () => {
5+
console.log(cyan(`\nThank you for using ${pkg.name}!\n`));
6+
};

0 commit comments

Comments
 (0)