{"id":13515735,"url":"https://github.com/praveenjuge/windstrap","last_synced_at":"2025-04-10T23:24:49.155Z","repository":{"id":57397893,"uuid":"319658567","full_name":"praveenjuge/windstrap","owner":"praveenjuge","description":"Tailwind CSS with Bootstrap JS","archived":false,"fork":false,"pushed_at":"2020-12-23T12:02:55.000Z","size":352,"stargazers_count":69,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T20:12:27.491Z","etag":null,"topics":["tailwind","tailwind-plugin","tailwindcss","tailwindcss-plugin"],"latest_commit_sha":null,"homepage":"https://windstrap.netlify.app","language":"JavaScript","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/praveenjuge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-08T14:10:53.000Z","updated_at":"2025-01-24T01:55:26.000Z","dependencies_parsed_at":"2022-09-04T13:10:25.773Z","dependency_job_id":null,"html_url":"https://github.com/praveenjuge/windstrap","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveenjuge%2Fwindstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveenjuge%2Fwindstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveenjuge%2Fwindstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveenjuge%2Fwindstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praveenjuge","download_url":"https://codeload.github.com/praveenjuge/windstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248313566,"owners_count":21082878,"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":["tailwind","tailwind-plugin","tailwindcss","tailwindcss-plugin"],"created_at":"2024-08-01T05:01:15.398Z","updated_at":"2025-04-10T23:24:49.131Z","avatar_url":"https://github.com/praveenjuge.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Windstrap\n\nTailwind CSS with Bootstrap JS\n\n## Installation\n\n```sh\nnpm install windstrap --save\n```\n\nRequire the installed plugin directly to your Tailwind config:\n\n```js\n// tailwind.config.js\nplugins: [require(\"windstrap\")],\n```\n\nTailwind purges everything by default. Some bootstrap classes like tooltips will be left out during the purge so add the following to purge options in your tailwind config. This will make sure all components are not purged.\n\n```js\n// tailwind.config.js\npurge: {\n  layers: [\"base\", \"utilities\"],\n},\n```\n\n## Requirements\n\n### For CSS\n\nRequires Tailwind CSS 2 which is not included in this package. Learn how to [install tailwind here](https://tailwindcss.com/docs/installation/).\n\n### For JS\n\nRequires Bootstrap JS 5.0.0-beta1 which is not included in this package. Learn how to [install bootstrap js here](https://getbootstrap.com/docs/5.0/getting-started/introduction/#js).\n\n## Documentation\n\nView full documentation at [https://windstrap.netlify.app](https://windstrap.netlify.app).\n\n## Bugs\n\nFound a bug? [Please open a new issue](https://github.com/praveenjuge/windstrap/issues/new).\n\n## Development\n\nYou need [Hugo](https://gohugo.io/) to run the dev server. If you have [Homebrew](https://brew.sh/) you can do the following:\n\n```sh\nbrew install hugo\n```\n\nCheck this [Hugo installation page](https://gohugo.io/getting-started/installing/) for installing on other systems.\n\nThen clone the repo, install dependencies, and start the server locally.\n\n```sh\ngit clone https://github.com/praveenjuge/windstrap.git\ncd windstrap\nnpm install\nnpm start\n```\n\nOpen [`http://localhost:1313`](http://localhost:1313) in your browser.\n\n| Scripts              | Description                                     |\n| -------------------- | ----------------------------------------------- |\n| `npm start`          | Starts a local Hugo server and Tailwind Watcher |\n| `npm run production` | For generating production docs files            |\n\n## License\n\nSee the [LICENSE](https://github.com/praveenjuge/windstrap/blob/master/LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveenjuge%2Fwindstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraveenjuge%2Fwindstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveenjuge%2Fwindstrap/lists"}