Create Svelte views seamlessly in Rails applications https://svelte.rb.obl.ong
reesericci 092e456f59
Some checks failed
JavaScript Police / lint_and_check_types (push) Failing after 2m28s
Ruby Police / lint_and_check_types (push) Failing after 3m26s
v0.8.1
2024-10-20 13:33:34 -05:00
.forgejo/workflows remove pushing from ci 2024-08-05 05:33:06 -04:00
bin init 2024-07-26 21:32:54 -04:00
docs Support for Svelte 5! 2024-10-20 09:10:33 -05:00
lib v0.8.1 2024-10-20 13:33:34 -05:00
sig/lib Zeitwerk 2024-09-18 07:05:09 -05:00
tmp add tmp 2024-09-09 11:35:17 -05:00
.gitignore docsgit add -u! 2024-08-07 15:26:41 -04:00
.ruby-version CI 2024-08-03 22:16:38 -04:00
actionview-svelte-handler.gemspec Update actionview-svelte-handler.gemspec 2024-09-19 14:02:44 +00:00
build.esbuild.js run AST transformation with recast 2024-08-05 16:54:27 -04:00
Gemfile install rbs 2024-08-03 22:25:47 -04:00
Gemfile.lock v0.8.1 2024-10-20 13:33:34 -05:00
LICENSE.md init 2024-07-26 21:32:54 -04:00
package-lock.json Support for Svelte 5! 2024-10-20 09:10:33 -05:00
package.json Support for Svelte 5! 2024-10-20 09:10:33 -05:00
Rakefile init 2024-07-26 21:32:54 -04:00
rbs_collection.lock.yaml update rbs collection 2024-09-18 07:13:16 -05:00
rbs_collection.yaml steep & rbs types 2024-08-03 21:49:06 -04:00
README.md update favicon 2024-08-07 18:04:17 -04:00
Steepfile type check & lint 2024-08-05 09:22:20 -04:00
tsconfig.json add standard-typescript 2024-08-04 23:37:53 -04:00
watch.esbuild.js add standard-typescript 2024-08-04 23:37:53 -04:00

actionview-svelte-handler

Copyleft License: LGPL-3.0-or-later Gem Version Ruby Powered

actionview-svelte-handler is a template handler for Action View that allows you to create Svelte views in Rails applications with ease.

Note

The documentation for this gem is available at svelte.rb.obl.ong

Copyright (C) 2024 Software Freedom Conservancy and Action View Svelte Handler contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.