Add Phoenix Framework, Phoenix LiveView and Elixir detection

main
Ostap Brehin 2 years ago
parent f353a5e6e5
commit 24430918e6

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -672,6 +672,15 @@
"scriptSrc": "\\.elfsight\\.com/",
"website": "https://elfsight.com"
},
"Elixir": {
"cats": [
27
],
"description": "Elixir is a dynamic, functional language designed for building scalable and maintainable applications.",
"icon": "Elixir.png",
"implies": "Erlang",
"website": "https://elixir-lang.org"
},
"Ellucian CRM Recruit": {
"cats": [
53,

@ -1180,6 +1180,27 @@
},
"website": "https://github.com/Sazito/phoenix/"
},
"Phoenix Framework": {
"cats": [
18
],
"description": "Phoenix is a productive web framework that does not compromise speed and maintainability.",
"icon": "Phoenix Framework.png",
"implies": "Elixir",
"website": "https://www.phoenixframework.org"
},
"Phoenix LiveView": {
"cats": [
18
],
"description": "Phoenix LiveView is a library that brings live, interactive, real-time user experiences to your Phoenix applications.",
"icon": "Phoenix Framework.png",
"implies": "Phoenix Framework",
"js": {
"liveSocket.socket": ""
},
"website": "https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html"
},
"Phoenix Site": {
"cats": [
1

Loading…
Cancel
Save