2 releases
0.1.1 | Dec 4, 2022 |
---|---|
0.1.0 | Dec 4, 2022 |
#1363 in Command line utilities
11KB
192 lines
Tailwind Yew cli
Sets up the latest tailwindcss version in your existing yew project.
Adds tailwind to an existing yew project
Usage: tailwind-yew add [OPTIONS]
Options:
-p, --path <PATH> Optional - Path for the tailwind input and output css files [default: styles]
-i, --input-name <INPUT_NAME> Optional - Input css name You must add the extension ie. [my_input.css] - [default: input.css]
-o, --output-name <OUTPUT_NAME> Optional - Output css name You must add the extension ie. [my_output.css] - [default: output.css]
-h, --help Print help information Print help information
Dependencies
~4.5–9MB
~141K SLoC