spo/asmblr/README.md
2026-01-15 19:29:35 +01:00

24 lines
470 B
Markdown

# asmblr
[![Package Version](https://img.shields.io/hexpm/v/asmblr)](https://hex.pm/packages/asmblr)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/asmblr/)
```sh
gleam add asmblr@1
```
```gleam
import asmblr
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/asmblr>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```