Skip to content

Commit

Permalink
fix: add missing banner file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jan 31, 2023
1 parent b3a80b7 commit 0bfe828
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions banner.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import * as PACKAGE from './package.json' assert { type: 'json' };

export const myBanner = `
/**
* Version ${PACKAGE.version} | Licensed under the ${PACKAGE.license} license
* _
* |_) _ | _ _ _ _| _ __ _|_ _
* | (_) |< (/_ | | (_) (_| (/_ |_ _>
*
* ${PACKAGE.description}
* ${PACKAGE.author.name} <${PACKAGE.author.url}>
*/
`;

0 comments on commit 0bfe828

Please sign in to comment.