Vite plugin for adding ASCII art to bless your code and keep it bug-free!
npm i -D vite-plugin-god-bless-you
import { defineConfig } from 'vite'
import GodBlessYou from 'vite-plugin-god-bless-you'
export default defineConfig({
plugins: [
GodBlessYou(),
],
})
GodBlessYou({
// default ascii arts
art: 'dragon',
// If `true`, the art will be printed in your terminal
showLog: true,
// Indentation in `index.html`
tabSize: 4
})
You can customize your ASCII art
GodBlessYou({
customArt: `
/\\_/\\
( o.o )
> ^ <
Good Luck!`
})
Refer to the type definitions for more options.
- The ASCII art comes from the awesome-comment project