We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4510a50 commit 0f1b21cCopy full SHA for 0f1b21c
1 file changed
utils/exit.js
@@ -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