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