README.md

# stardate

[![Package Version](https://img.shields.io/hexpm/v/stardate)](https://hex.pm/packages/stardate)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/stardate/)

```sh
gleam add stardate
```
```gleam
import stardate

pub fn main() {
  io.debug(stardate.to_stardate(2017, 9, 24))
}
```

Further documentation can be found at <https://hexdocs.pm/stardate>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
```