Skip to content

Instantly share code, notes, and snippets.

View assimelha's full-sized avatar
Building cool stuff

Assim EL HAMMOUTI assimelha

Building cool stuff
View GitHub Profile
@assimelha
assimelha / global.code-snippets
Created December 16, 2020 14:39 — forked from dustypomerleau/global.code-snippets
Library/Application\ Support/Code/User/snippets/global.code-snippets
{
"lv_module": {
"scope": "elixir, html-eex",
"prefix": "lv",
"body": [
"defmodule ${1}Web.${2}Live do",
" use ${1}Web, :live_view",
"end"
],
"description": "LiveView module"