0.1.1 • Published 10 months ago

tw2panda-cli v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Tailwind to Panda CSS converter (for command line)

This command line utility is designed to be used in the context of an editor where you use an extension like Edit With Shell to convert Tailwind CSS to Panda CSS.

Installation

npm install -g tw2panda-cli

Usage

To accept React or HTML code using Tailwind as STDIN and create Panda-CSS code as STDOUT:

tw2panda

To explain the conversion in a comment add --explain:

tw2panda --explain

To convert a line of Tailwind CSS into a cva:

tw2panda --cva

Alternatives

There is a tw2panda web app where you can paste React code into the page and get the equivalent Panda code. It's another great way to learn how to write Panda code.

The code in this utility is NOT based on this tw2panda. The web app supports more features, but this utility has the explain feature as well as the cva feature to create recipes.

0.1.1

10 months ago

0.1.0

10 months ago