https://github.com/rohaquinlop/yaml_parser
https://github.com/rohaquinlop/yaml_parser
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohaquinlop/yaml_parser
- Owner: rohaquinlop
- Created: 2024-06-02T17:27:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T17:30:59.000Z (about 1 year ago)
- Last Synced: 2025-03-19T03:49:50.723Z (3 months ago)
- Language: Gleam
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yml_parser
[](https://hex.pm/packages/yml_parser)
[](https://hexdocs.pm/yml_parser/)```sh
gleam add yml_parser
```
```gleam
import yml_parserpub 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
gleam shell # Run an Erlang shell
```