README.md
<div align="center">
![Last commit](https://img.shields.io/github/last-commit/Comamoca/garnet?style=flat-square)
![Repository Stars](https://img.shields.io/github/stars/Comamoca/garnet?style=flat-square)
![Issues](https://img.shields.io/github/issues/Comamoca/garnet?style=flat-square)
![Open Issues](https://img.shields.io/github/issues-raw/Comamoca/garnet?style=flat-square)
![Bug Issues](https://img.shields.io/github/issues/Comamoca/garnet/bug?style=flat-square)
<img src="https://emoji2svg.deno.dev/api/🦊" alt="eyecatch" height="100">
# garnet
Compile gleam to single binary, via Deno and Bun.
<br>
<br>
</div>
[![Package Version](https://img.shields.io/hexpm/v/garnet_tool)](https://hex.pm/packages/garnet_tool)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/garnet_tool/)
<div align="center">
</div>
## 🚀 How to use
```sh
# Compile via Deno(default)
gleam run -m garnet_tool garnet_tool/example out
# Compile via Bun
gleam run -m garnet_tool garnet_tool/example out bun
```
## ⬇️ Install
```sh
gleam add -m garnet_tool
```
## ⛏️ Development
```sh
gleam run -m garnet_tool
```
## 📝 Todo
Notting...
## 📜 License
MIT
### 🧩 Modules
- [gleam_javascript](https://hexdocs.pm/gleam_javascript) Apache-2.0
- [glearray](https://hexdocs.pm/glearray) Apache-2.0
- [gleam_fetch](https://hexdocs.pm/gleam_fetch) Apache-2.0
- [glance](https://hexdocs.pm/glance) Apache-2.0
- [shellout](https://hexdocs.pm/shellout) Apache-2.0
- [fswalk](https://hexdocs.pm/fswalk) MIT
- [cleam](https://hexdocs.pm/cleam) MIT
- [gleeunit](https://hexdocs.pm/gleeunit) Apache-2.0
- [gleam_json](https://hexdocs.pm/gleam_json) Apache-2.0
- [gleam_erlang](https://hexdocs.pm/gleam_erlang) Apache-2.0
- [gleam_community_ansi](https://hexdocs.pm/gleam_community_ansi) Apache-2.0
- [repeatedly](https://hexdocs.pm/repeatedly) Apache-2.0
- [pears](https://hexdocs.pm/pears) MIT
- [simplifile](https://hexdocs.pm/simplifile) Apache-2.0
- [esgleam](https://hexdocs.pm/esgleam) Apache-2.0
- [gleam_community_colour](https://hexdocs.pm/gleam_community_colour) Apache-2.0
- [gleam_http](https://hexdocs.pm/gleam_http) Apache-2.0
- [gleam_stdlib](https://hexdocs.pm/gleam_stdlib) Apache-2.0
- [glexer](https://hexdocs.pm/glexer) MIT
- [thoas](https://hexdocs.pm/thoas) Apache 2.0
- [argv](https://hexdocs.pm/argv) Apache-2.0
- [filepath](https://hexdocs.pm/filepath) Apache-2.0
- [spinner](https://hexdocs.pm/spinner) Apache-2.0
- [gleam_community_path](https://hexdocs.pm/gleam_community_path) Apache-2.0
## 💕 Special Thanks
- [Gleam](https://gleam.run/)
- [Deno](https://deno.com/)
- [Bun](https://bun.sh/)