https://github.com/violetbuse/dinghy
https://github.com/violetbuse/dinghy
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/violetbuse/dinghy
- Owner: VioletBuse
- Created: 2024-06-27T21:06:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T20:02:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T20:37:52.946Z (over 1 year ago)
- Language: Gleam
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dinghy
[](https://hex.pm/packages/dinghy)
[](https://hexdocs.pm/dinghy/)
```sh
gleam add dinghy
```
```gleam
import dinghy
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```