We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc530c6 commit da9a645Copy full SHA for da9a645
1 file changed
utils/header.js
@@ -0,0 +1,5 @@
1
+const { cyan } = require("chalk");
2
+const pkg = require("../package.json");
3
+
4
+module.exports = () =>
5
+ console.log(cyan(`\n\n${pkg.name} v${pkg.version} by ${pkg.author.name}`));
0 commit comments