Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilsonsilva/gleam_stdin
Example of reading from STDIN in Gleam
https://github.com/wilsonsilva/gleam_stdin
erlang gleam gleam-lang gleam-language meck mocking testing
Last synced: 3 days ago
JSON representation
Example of reading from STDIN in Gleam
- Host: GitHub
- URL: https://github.com/wilsonsilva/gleam_stdin
- Owner: wilsonsilva
- Created: 2024-04-04T21:31:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T21:31:14.000Z (10 months ago)
- Last Synced: 2025-01-20T00:38:46.181Z (4 days ago)
- Topics: erlang, gleam, gleam-lang, gleam-language, meck, mocking, testing
- Language: Gleam
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gleam STDIN
A simple example of reading from STDIN in Gleam.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```