UNPKG

create-react-vtw

Version:

CLI pour créer un projet ReactJs + ViteJs + Tailwind CSS v4.1

17 lines (14 loc) 451 B
#!/usr/bin/env node import { runCreateReactVtw } from "../src/createProject.js"; import cfonts from 'cfonts'; runCreateReactVtw(); // Affichage du nom stylisé cfonts.say('2MJ-DEV', { font: 'block', // Styles : 'block', 'simple', '3d', 'chrome', etc. align: 'center', colors: ['cyan', 'blue'], // Couleurs dégradées background: 'transparent', letterSpacing: 1, lineHeight: 1, space: true, });