{"id":15511308,"url":"https://github.com/posiczko/devise-tailwindcssed","last_synced_at":"2025-04-07T09:19:06.528Z","repository":{"id":34883518,"uuid":"184751774","full_name":"posiczko/devise-tailwindcssed","owner":"posiczko","description":" Generate Tailwind styled views for Devise ","archived":false,"fork":false,"pushed_at":"2024-05-29T01:41:57.000Z","size":48,"stargazers_count":48,"open_issues_count":3,"forks_count":53,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T00:44:41.631Z","etag":null,"topics":["devise","devise-views","rails"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/posiczko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-05-03T12:29:35.000Z","updated_at":"2024-12-17T08:02:17.000Z","dependencies_parsed_at":"2024-05-29T03:55:41.220Z","dependency_job_id":"9ddadbdb-fcbb-4389-bfc4-14e8c290317f","html_url":"https://github.com/posiczko/devise-tailwindcssed","commit_stats":{"total_commits":18,"total_committers":7,"mean_commits":"2.5714285714285716","dds":"0.38888888888888884","last_synced_commit":"de811e9bcf6b01c55de4f9b4b58e405a68a1f72b"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posiczko%2Fdevise-tailwindcssed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posiczko%2Fdevise-tailwindcssed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posiczko%2Fdevise-tailwindcssed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posiczko%2Fdevise-tailwindcssed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posiczko","download_url":"https://codeload.github.com/posiczko/devise-tailwindcssed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622983,"owners_count":20968575,"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":["devise","devise-views","rails"],"created_at":"2024-10-02T09:52:58.259Z","updated_at":"2025-04-07T09:19:06.507Z","avatar_url":"https://github.com/posiczko.png","language":"HTML","readme":"\u003c!-- Tocer[start]: Auto-generated, don't remove. --\u003e\n\n## Table of Contents\n\n- [Devise Tailwindcssed](#devise-tailwindcssed)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [Development](#development)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Code of Conduct](#code-of-conduct)\n\n\u003c!-- Tocer[finish]: Auto-generated, don't remove. --\u003e\n\n# Devise Tailwindcssed\n\nThis gem tries to give you a nicer place to start with your views for your Devise model \nwhen you are using Tailwind CSS 1.0.\n\nYou can find usage information below, but the gist of it is you'll run \n`rails g devise:views:tailwindcssed` instead of the normal devise:views.\n\nIf you want to switch back to what Devise gives you no problem! Just remove \nthe devise views folder and run the normal Devise generator command.\n\nNOTE: \n\n* This gem is meant to be run with Rails 6 which includes asset packing tools like Webpacker. Your main project must be \nset up to include TailwindCSS. For details see incomparable [Chris Oliver's tutorial](https://gorails.com/episodes/tailwindcss-1-0-with-rails-6) from [Gorails](https://gorails.com). \n\n* This gem does not use any Tailwind CSS template. The markup is included the ERB templates.\n\n## Prerequisites\n\n* This gem is meant to be run with Rails 6 which includes Webpacker. \n* Your project needs to be be already set up to include Tailwind CSS (see [Chris Oliver's tutorial](https://gorails.com/episodes/tailwindcss-1-0-with-rails-6))\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'devise-tailwindcssed'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install devise-tailwindcssed\n\n## Usage\n\nTo use the Tailwind views generator you'll want to have Devise and Tailwindcss installed \nper normal installation. When you have installed Devise and generated your user model you \ncan copy over the views with:\n\n    rails generate devise:views:tailwindcssed\n\nIf you've already generated the Devise views you can use the -f argument to force an override.\nThat will erase any of the changes you've made!\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run \nthe tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release \na new version, update the version number in `version.rb`, and then run `bundle exec rake release`, \nwhich will create a git tag for the version, push git commits and tags, and push the `.gem` \nfile to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at \n[https://github.com/posiczko/devise-tailwindcssed](https://github.com/posiczko/devise-tailwindcssed). \nThis project is intended to be a safe, welcoming space for collaboration, and contributors \nare expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Devise::Tailwindcssed project’s codebases, issue trackers, \nchat rooms and mailing lists is expected to follow \nthe [code of conduct](https://github.com/posiczko/devise-tailwindcssed/blob/master/CODE_OF_CONDUCT.md).\n","funding_links":[],"categories":["HTML"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposiczko%2Fdevise-tailwindcssed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposiczko%2Fdevise-tailwindcssed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposiczko%2Fdevise-tailwindcssed/lists"}