Skip to content

Instantly share code, notes, and snippets.

View Domeee's full-sized avatar

Dominique Huber Domeee

View GitHub Profile
@Domeee
Domeee / rename_phoenix_project.sh
Created May 6, 2018 10:13 — forked from kumekay/rename_phoenix_project.sh
rename a phoenix 1.3 project
#!/bin/bash
set -e
CURRENT_NAME="CurrentName"
CURRENT_OTP="current_name"
NEW_NAME="NewName"
NEW_OTP="new_name"
@Domeee
Domeee / customelement.html
Created June 18, 2016 14:01
HTML5 web components custom element
<template>
<style>
</style>
<div>
</div>
</template>
<script>