An open API service indexing awesome lists of open source software.

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 🚀

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.