Skip to content

Commit

Permalink
feat: gleam
Browse files Browse the repository at this point in the history
Co-authored-by: Kirupa Chinnathambi <[email protected]>
Co-authored-by: Ali Satter <[email protected]>
  • Loading branch information
3 people committed Sep 30, 2024
1 parent 4393062 commit 1072989
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gleam/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Gleam

![icon](https://gleam.run/images/lucy/lucy.svg)

A statically typed language for the Erlang virtual machine.

<a href="https://idx.google.com/new?template=https://github.com/project-idx/community-templates/tree/main/gleam">
<img height="32" alt="Try in IDX" src="https://cdn.idx.dev/btn/try_dark_32.svg">
</a>
9 changes: 9 additions & 0 deletions gleam/dev.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"pkgs ? import <nixpkgs> {} // { allowUnfree = true; }": {
"devShell": pkgs.mkShell {
"buildInputs": [
pkgs.gleam
]
}
}
}
21 changes: 21 additions & 0 deletions gleam/idx-template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Gleam",
"description": "A statically typed language for the Erlang virtual machine.",
"icon": "https://gleam.run/images/lucy/lucy.svg",
"repository": "https://github.com/project-idx/community-templates/tree/main/gleam",
"maintainers": [
{
"name": "Malix",
"email": "[email protected]"
}
],
"category": "Languages",
"templates": [
{
"name": "Basic",
"description": "A basic Gleam project.",
"path": "/gleam"
}
],
"samples": []
}
4 changes: 4 additions & 0 deletions gleam/idx-template.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"builder": "nix",
"path": "/gleam/dev.nix"
}

0 comments on commit 1072989

Please sign in to comment.