25 lines
442 B
Markdown
25 lines
442 B
Markdown
# app
|
|
|
|
[](https://hex.pm/packages/app)
|
|
[](https://hexdocs.pm/app/)
|
|
|
|
```sh
|
|
gleam add app@1
|
|
```
|
|
```gleam
|
|
import app
|
|
|
|
pub fn main() {
|
|
// TODO: An example of the project in use
|
|
}
|
|
```
|
|
|
|
Further documentation can be found at <https://hexdocs.pm/app>.
|
|
|
|
## Development
|
|
|
|
```sh
|
|
gleam run # Run the project
|
|
gleam test # Run the tests
|
|
```
|