Skip to content

Commit da9a645

Browse files
committed
📦NEW: header file
1 parent cc530c6 commit da9a645

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

utils/header.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)