An open API service indexing awesome lists of open source software.

https://github.com/giacomocavalieri/stitch_app

🧶 A web app to help with knitting patterns
https://github.com/giacomocavalieri/stitch_app

Last synced: 28 days ago
JSON representation

🧶 A web app to help with knitting patterns

Awesome Lists containing this project

README

        

# stitch_app

[![Package Version](https://img.shields.io/hexpm/v/stitch_app)](https://hex.pm/packages/stitch_app)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/stitch_app/)

```sh
gleam add stitch_app
```
```gleam
import stitch_app

pub fn main() {
// 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
gleam shell # Run an Erlang shell
```