1.0.6 • Published 1 year ago

create-react-tailwind v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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

1.0.6

1 year ago

1.0.5

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago