https://github.com/giacomocavalieri/stitch
🧶 A Gleam package for knitting patterns
https://github.com/giacomocavalieri/stitch
Last synced: 29 days ago
JSON representation
🧶 A Gleam package for knitting patterns
- Host: GitHub
- URL: https://github.com/giacomocavalieri/stitch
- Owner: giacomocavalieri
- Created: 2024-04-10T21:40:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T21:40:52.000Z (about 1 year ago)
- Last Synced: 2025-03-28T17:00:04.035Z (29 days ago)
- Language: Gleam
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stitch
[](https://hex.pm/packages/stitch)
[](https://hexdocs.pm/stitch/)```sh
gleam add stitch
```
```gleam
import stitchpub 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
```