This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user