Packages

A safe Gleam library for precise monetary calculations using integer arithmetic and strict currency validation.

Current section

Files

Jump to
money_pattern README.md
Raw

README.md

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