Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: standalone cli #14

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions standalone-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Tailwind Standalone CLI

> Standalone version of [Tailwind CLI](https://tailwindcss.com/docs/installation#using-tailwind-cli) + [Catppuccin](https://github.com/catppuccin/tailwindcss)

## Installation

Download the appropriate platform-specific version of the `tailwindctp` cli from the [latest release](https://github.com/catppuccin/tailwindcss/releases).

## Usage

```
./tailwindctp-macos -o tailwind.css
```

Check out the [Tailwind CLI documentation](https://tailwindcss.com/docs/installation#using-tailwind-cli) for details on the available options.


## License

[MIT](../LICENSE)

This CLI is copy-pasted, credit to the [original license](https://github.com/tailwindlabs/tailwindcss/blob/5542340a75d23396b7c9dca462e2958728415b2d/LICENSE)
Loading