chore: Added scripts to facilitate development
This commit is contained in:
parent
7108cb46a2
commit
a4cda485d5
183 changed files with 1019 additions and 15 deletions
9
scripts/banner.mjs
Normal file
9
scripts/banner.mjs
Normal 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`)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue