Skip to content

Commit

Permalink
Add Action Cable CLI to ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Oct 15, 2023
1 parent ef06b96 commit f7ce685
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/content/pages/ecosystem/websockets/acli.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Action Cable CLI
---

<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
<% page.with_title(title: current_page.data.fetch("title")) %>

<%= link_to "palkan/acli", "https://github.com/palkan/acli", target: :_blank %><br>
<% end %>

0 comments on commit f7ce685

Please sign in to comment.