{"id":13566199,"url":"https://github.com/bocarw121/tailwind-yew-cli","last_synced_at":"2025-06-28T12:36:31.966Z","repository":{"id":65340119,"uuid":"574009146","full_name":"bocarw121/tailwind-yew-cli","owner":"bocarw121","description":"Sets up the latest tailwindcss version in your existing yew project.","archived":false,"fork":false,"pushed_at":"2024-07-14T14:47:22.000Z","size":40,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T21:10:04.918Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bocarw121.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-04T05:52:11.000Z","updated_at":"2025-02-22T06:05:27.000Z","dependencies_parsed_at":"2024-01-19T07:09:24.517Z","dependency_job_id":"62ca5f2f-5824-40be-82b4-ca8484a99c48","html_url":"https://github.com/bocarw121/tailwind-yew-cli","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"0e15a3bc9dd53306a51fbd728bedaa9f684adce2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bocarw121/tailwind-yew-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocarw121%2Ftailwind-yew-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocarw121%2Ftailwind-yew-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocarw121%2Ftailwind-yew-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocarw121%2Ftailwind-yew-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bocarw121","download_url":"https://codeload.github.com/bocarw121/tailwind-yew-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocarw121%2Ftailwind-yew-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262432359,"owners_count":23310230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:02:04.342Z","updated_at":"2025-06-28T12:36:31.940Z","avatar_url":"https://github.com/bocarw121.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Tailwind Yew CLI\n\nEasily integrate the latest version of Tailwind CSS into your existing Yew project.\n\n## Installation \n\nInstall the Tailwind Yew CLI by executing the following command:\n\n```sh\ncargo install tailwind-yew\n```\n\n\n## Usage\n\nTo get started, run the following command with your preferred options. The default options are as follows:\n\n```sh\ntailwind-yew add -p styles -i input.css -o output.css\n```\n\nYou can also simply run:\n\n\n```sh\ntailwind-yew add\n```\n\nOnce the command is executed, you'll be prompted to choose the executable for your platform.\n\nThe CLI will then take care of setting up everything necessary to integrate Tailwind CSS seamlessly into your Yew project. This includes building the Tailwind executable, creating the style directory, and adding the necessary HTML link. Your project will be ready to utilize Tailwind CSS. \n\nFor ongoing development, run the generated executable with the watch flag to maintain the smooth development workflow:\n\n```sh\n./tailwindcss -i styles/input.css -o styles/output.css # or replaces with your input and output directory if you need not pick the defaults\n```\n\nThis will enable you to observe real-time changes and ensure that your Yew project's styling remains consistent and up-to-date with the power of Tailwind CSS.\n\nTake a look at the created `tailwind_info.md` for more information, as it dynamically generates the paths you previously selected. That's it, you're all set. Now go make something really cool 💪!\n```sh\nOptions:\n  -p, --path \u003cPATH\u003e                Optional - Path for the tailwind input and output css files [default: styles]\n  -i, --input-name \u003cINPUT_NAME\u003e    Optional - Input css name You must add the extension ie. [my_input.css] - [default: input.css]\n  -o, --output-name \u003cOUTPUT_NAME\u003e  Optional - Output css name You must add the extension ie. [my_output.css] - [default: output.css]\n  -h, --help                       Print help information                    Print help information\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocarw121%2Ftailwind-yew-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbocarw121%2Ftailwind-yew-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocarw121%2Ftailwind-yew-cli/lists"}