1
0
Fork 0

chore: Added scripts to facilitate development

This commit is contained in:
Joost De Cock 2022-06-17 18:23:17 +02:00
parent 7108cb46a2
commit a4cda485d5
183 changed files with 1019 additions and 15 deletions

9
scripts/banner.mjs Normal file
View file

@ -0,0 +1,9 @@
import chalk from 'chalk'
export const banner = chalk.magenta.bold(`
___ ___ _
| __| _ ___ ___/ __| _____ __ _(_)_ _ __ _
| _| '_/ -_) -_)__ \\/ -_) V V / | ' \\/ _\` |
|_||_| \\___\\___|___/\\___|\\_/\\_/|_|_||_\\__, |
Come for the sewing patterns |___/
Stay for the community`)