Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/piyush-kacha/gleam-tour
- Owner: piyush-kacha
- Created: 2024-08-02T11:14:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T08:10:43.000Z (6 months ago)
- Last Synced: 2024-08-10T08:19:38.054Z (6 months ago)
- Language: Gleam
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 playgroundpub 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
```