0.1.1 • Published 2 years ago
tw2panda-cli v0.1.1
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-cliUsage
To accept React or HTML code using Tailwind as STDIN and create Panda-CSS code as STDOUT:
tw2pandaTo explain the conversion in a comment add --explain:
tw2panda --explainTo convert a line of Tailwind CSS into a cva:
tw2panda --cvaAlternatives
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.