https://github.com/golaughlin/app
https://github.com/golaughlin/app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/golaughlin/app
- Owner: golaughlin
- Created: 2024-05-05T04:26:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-05T04:26:39.000Z (over 1 year ago)
- Last Synced: 2025-04-25T14:04:44.419Z (9 months ago)
- Language: Gleam
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app
[](https://hex.pm/packages/app)
[](https://hexdocs.pm/app/)
```sh
gleam add app
```
```gleam
import app
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
```