Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piyush-kacha/gleam-tour

Gleam Playground is a simple project to demonstrate the usage of the Gleam programming language. It provides a basic setup and example to help you get started with Gleam.
https://github.com/piyush-kacha/gleam-tour

Last synced: 2 days ago
JSON representation

Gleam Playground is a simple project to demonstrate the usage of the Gleam programming language. It provides a basic setup and example to help you get started with Gleam.

Awesome Lists containing this project

README

        

# Gleam Playground

[![Package Version](https://img.shields.io/hexpm/v/playground_gleam)](https://hex.pm/packages/playground_gleam)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/playground_gleam/)

```sh
gleam add playground@1
```
```gleam
import playground

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
```