README.md
# mysig
Cosy toolkit to make you feel at home.
[![Package Version](https://img.shields.io/hexpm/v/mysig)](https://hex.pm/packages/mysig)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/mysig/)
```sh
gleam add mysig
```
The project include several tools that I have for making it easier to build apps with Gleam.
## Live reloading for local dev
In the `mysig/local` module, works with watching midas tasks.
See https://vimeo.com/1030747035
## Assets hashing
See https://vimeo.com/1014472629/d60bd6ecea
Further documentation can be found at <https://hexdocs.pm/mysig>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```
## Credit
Created for the [EYG](https://eyg.run/) homepage. EYG is a new integration focused programming language.