https://github.com/devinsharpe/poketch
https://github.com/devinsharpe/poketch
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinsharpe/poketch
- Owner: devinsharpe
- Created: 2025-06-16T23:19:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T19:17:55.000Z (about 1 year ago)
- Last Synced: 2025-07-22T05:06:08.381Z (about 1 year ago)
- Language: Gleam
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poketch
[](https://hex.pm/packages/poketch)
[](https://hexdocs.pm/poketch/)
```sh
gleam add poketch@1
```
```gleam
import poketch
pub fn main() -> Nil {
// 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
```