vite-plugin-god-bless-you
v0.0.2
Published
God will bless you
Readme
vite-plugin-god-bless-you
Vite plugin for adding ASCII art to bless your code and keep it bug-free!
Usage
npm i -D vite-plugin-god-bless-youimport { defineConfig } from 'vite'
import VitePluginGodBlessYou from 'vite-plugin-god-bless-you'
export default defineConfig({
plugins: [
VitePluginGodBlessYou(),
],
})Configuration
VitePluginGodBlessYou({
// 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
VitePluginGodBlessYou({
customArt: `
/\\_/\\
( o.o )
> ^ <
Good Luck!`
})Refer to the type definitions for more options.
Credits
- The ASCII art comes from the awesome-comment project
