Packages

Some help ingesting Keep data obtained via Takeout…

Current section

Files

Jump to
outkeep README.md
Raw

README.md

# outkeep
[![Package Version](https://img.shields.io/hexpm/v/outkeep)](https://hex.pm/packages/outkeep)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/outkeep/)
[![test](https://github.com/awseward/outkeep/actions/workflows/test.yml/badge.svg)](https://github.com/awseward/outkeep/actions/workflows/test.yml)
```sh
gleam add outkeep@1
```
```gleam
import outkeep
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/outkeep>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```