https://github.com/josephtlyons/forest
https://github.com/josephtlyons/forest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/josephtlyons/forest
- Owner: JosephTLyons
- Created: 2024-02-12T07:44:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T09:56:10.000Z (almost 2 years ago)
- Last Synced: 2025-04-22T16:18:38.187Z (8 months ago)
- Language: Gleam
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forest
[](https://hex.pm/packages/forest)
[](https://hexdocs.pm/forest/)
```sh
gleam add forest
```
```gleam
import forest
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
```