create-react-fast-app
Version:
Instantly create a React + Vite + Tailwind + ShadCN app
20 lines (16 loc) • 563 B
JavaScript
import chalk from "chalk";
export const DEFAULT_PROJECT_NAME = "fast-react-app-by-satendra";
export const REPO_BASE = "satendra03/react-fast-app";
export const CREDITS = {
intro: {
message: "✨ Thank You for using",
highlight: "react-fast-app",
desc: "This will creat a react app with Tailwind CSS and shadcn UI",
},
outro: {
success: "\n✅ All done!\n",
happy: "✨ Happy Development!\n",
createdBy: "✨ Created with ❤️ by Satendra Parteti",
githubLink: "https://github.com/satendra03",
},
};