Files
setup-beam/test-projects/gleam_gleam/README.md
T
2022-01-12 14:26:44 +00:00

20 lines
270 B
Markdown

# gleam_gleam
A Gleam project
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```
## Installation
If available on Hex this package can be added to your Gleam project.
```sh
gleam add gleam_gleam
```