New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-react-tailwind

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-tailwind

A CLI tool to create a new React or Vite project with Tailwind CSS setup and a predefined folder structure.

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

create-react-tailwind

🌟 Description

create-react-tailwind is a powerful CLI tool designed to streamline the setup of new React or Vite projects with Tailwind CSS integration and a predefined folder structure. Simplify your project initialization and boost your productivity.

🚀 Features

  • Project Creation: Easily create new React or Vite projects.
  • Tailwind CSS Setup: Automatically configure Tailwind CSS for your project.
  • Predefined Folder Structure: Generate a consistent and organized folder structure to kickstart your development.

📦 Installation

To install the package globally, use the following command:

npm install -g create-react-tailwind

🛠 Usage

After installing the package globally, create a new project by running:

create-react-tailwind <appname>

Alternatively, you can use npx to run the CLI tool without global installation:

npx create-react-tailwind <appname>

You will be prompted to choose between creating a React or Vite project.

Example

To create a new project named my-app:

create-react-tailwind my-app

or

npx create-react-tailwind my-app

📂 Folder Structure

The following folder structure will be created within the src directory:

📁 src
├── 📁 app
│   ├── 📁 contexts
│   ├── 📁 hook
│   └── 📁 services
├── 📁 assets
│   ├── 📁 icon
│   └── 📁 images
├── 📁 components
│   ├── 📁 core
│   ├── 📁 router
│   └── 📁 sections
├── 📁 constants
├── 📁 lib
├── 📁 pages
└── 📁 util
📁 public

💬 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

📜 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

👤 Author

  • Het Shah

🐞 Issues

Feel free to report issues or request new features.

📬 Contact

🌐 Keywords

CLI tool, React project setup, Vite project setup, Tailwind CSS integration, predefined folder structure, project scaffolding, React, Vite, Tailwind CSS, frontend development, web development tools

Keywords

cli

FAQs

Package last updated on 26 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts