This Python3
script automates the setup of a new web project with Tailwind CSS. It creates the necessary project structure, initializes npm, sets up Tailwind CSS, and provides a basic HTML template with Tailwind CSS styles.
Before running this script, ensure you have the following prerequisites installed on your system:
Clone this repository or download the script to your local machine :
git clone https://github.com/MrMegh/InstallTailwind.git
Navigate to the directory containing the script.
Open a terminal or command prompt. ```python python3 tailwindcss.py
Apache License 2.0
.Feel free to customize and extend this script to suit your specific project requirements.
You can save this content in a file named README.md
in the same directory as your script. This README file provides an overview of the script's purpose, lists prerequisites, explains how to use the script, and mentions the license under which the project is distributed. You can customize it further to include specific details about your project or script.