https://github.com/happer64bit/twinitx
Initialize Tailwind CSS without configuring manually 🚀
https://github.com/happer64bit/twinitx
Last synced: about 1 year ago
JSON representation
Initialize Tailwind CSS without configuring manually 🚀
- Host: GitHub
- URL: https://github.com/happer64bit/twinitx
- Owner: happer64bit
- License: mit
- Created: 2024-10-24T16:39:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T02:33:58.000Z (over 1 year ago)
- Last Synced: 2025-02-02T14:38:22.152Z (over 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twinitx (Tailwind Initialize Executable)
## Overview
**Twinitx** is a command-line tool designed to simplify the setup of Tailwind CSS projects for various frameworks. It automatically generates a Tailwind CSS configuration file based on user selections, allowing developers to get started quickly and efficiently.
## Install from Source
1. **Clone the repository:**
```bash
git clone https://github.com/happer64bit/twinitx.git
cd twinitx
```
2. **Install dependencies:**
```bash
npm install
```
3. **(Optional) Link globally:**
```bash
npm link
```
## Usage
To run **Twinitx**, use one of the following commands:
```bash
npx @happer64bit/twinitx
```
```bash
yarn @happer64bit/twinitx
```
```bash
bunx @happer64bit/twinitx
```
## Contribution
To contribute to **Twinitx**, follow these steps:
1. Fork the repository.
2. Create a new branch.
3. Make your changes and commit them.
4. Push your branch and open a pull request.
## License
This project is licensed under the MIT License.