Include Elixir template
This commit is contained in:
parent
aa520ec9b1
commit
69de429142
1 changed files with 4 additions and 0 deletions
|
@ -7,4 +7,8 @@
|
|||
path = ./deno;
|
||||
description = "A template for working on a TypeScript and Deno project";
|
||||
};
|
||||
elixir = {
|
||||
path = ./elixir;
|
||||
description = "A template for working on an Elixir project";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue