{"id":26600877,"url":"https://github.com/binhonglee/wings","last_synced_at":"2025-04-09T16:24:31.473Z","repository":{"id":34998521,"uuid":"200424672","full_name":"binhonglee/wings","owner":"binhonglee","description":"A simple cross language struct and enum file generator.","archived":false,"fork":false,"pushed_at":"2025-04-01T17:56:45.000Z","size":9608,"stargazers_count":18,"open_issues_count":7,"forks_count":4,"subscribers_count":3,"default_branch":"devel","last_synced_at":"2025-04-01T18:50:11.640Z","etag":null,"topics":["enum","golang","hacktoberfest","hacktoberfest2020","kotlin","nim-lang","python","struct","typescript"],"latest_commit_sha":null,"homepage":"https://wings.sh/","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhonglee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-03T22:01:34.000Z","updated_at":"2025-04-01T17:55:48.000Z","dependencies_parsed_at":"2025-03-23T18:48:03.621Z","dependency_job_id":null,"html_url":"https://github.com/binhonglee/wings","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhonglee%2Fwings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhonglee%2Fwings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhonglee%2Fwings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhonglee%2Fwings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhonglee","download_url":"https://codeload.github.com/binhonglee/wings/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248066123,"owners_count":21042040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["enum","golang","hacktoberfest","hacktoberfest2020","kotlin","nim-lang","python","struct","typescript"],"created_at":"2025-03-23T18:35:55.788Z","updated_at":"2025-04-09T16:24:31.449Z","avatar_url":"https://github.com/binhonglee.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wings\n\nA customizable cross language struct and enum file generator.\n\n[![GitHub Action Status](https://github.com/binhonglee/wings/workflows/CI/badge.svg)](https://github.com/binhonglee/wings/actions?query=workflow%3ACI+branch%3Adevel)\n[![CircleCI](https://circleci.com/gh/binhonglee/wings/tree/devel.svg?style=shield)](https://app.circleci.com/pipelines/github/binhonglee/wings?branch=devel)\n[![codecov](https://codecov.io/gh/binhonglee/wings/branch/devel/graph/badge.svg)](https://codecov.io/gh/binhonglee/wings)\n[![CodeFactor](https://www.codefactor.io/repository/github/binhonglee/wings/badge)](https://www.codefactor.io/repository/github/binhonglee/wings)\n[![mergify](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/binhonglee/wings)](https://github.com/binhonglee/wings/blob/devel/.mergify.yml)\n\n[![Gitter](https://img.shields.io/gitter/room/binhonglee/wings.svg)](https://gitter.im/wings-sh/community)\n[![Website](https://img.shields.io/website?url=https%3A%2F%2Fwings.sh)](https://wings.sh)\n\n![GitHub all releases](https://img.shields.io/github/downloads/binhonglee/wings/total?label=GitHub%20release%20downloads)\n![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/binhonglee.vscode-wings)\n![npm](https://img.shields.io/npm/dt/wings-ts-util?label=npm%20downloads)\n\n## Requirements\n\n- [Nim](https://nim-lang.org/)\n- [MkDocs](https://www.mkdocs.org/) (Documentation)\n\n\\*_Note: There are also other packages needed for deployment due to cross compilation (like `gcc-multilib`, `gcc-arm-linux-gnueabihf`, `mingw-w64`, `libevent-dev` etc...)._\n\n## Development Tools (scripts)\n\n- Run mkdocs development server for realtime feedback on changes made `docs` folder _(requires `mkdocs`)_\n  - `nim src/main/scripts/docs.nims`\n- Build release binaries for distribution\n  - `nim src/main/scripts/release.nims` (This will only build the version compatible to your environment by default. You can do `nim src/main/scripts/release.nims --all` to try cross-compiling for other environments.)\n- Generate / Update the `lang` folder [(`src/main/wingspkg/lang`)](https://github.com/binhonglee/wings/tree/devel/src/main/wingspkg/lang) based on the files in the [`examples/input/templates`](https://github.com/binhonglee/wings/tree/devel/examples/input/templates) folder\n  - `nim c -r -d:ssl src/main/staticlang/main.nim`\n- Run tests\n  - `./scripts/test.sh` (This isn't a proper test for everything. Recommend reading the script, \u003c 20 lines, before running it.)\n\nFor some more comprehensive set up / testing procedure, [`.github/workflows/main.yml`](https://github.com/binhonglee/wings/blob/devel/.github/workflows/main.yml) file might be a good place to start looking into.\n\n## Supported languages\n\n- [go](http://golang.org/)\n- [Kotlin](https://kotlinlang.org)\n- [Nim](https://nim-lang.org/)\n- [Python](https://www.python.org/)\n- [TypeScript](https://www.typescriptlang.org)\n    - [Utility package](https://github.com/binhonglee/wings/tree/devel/src/tsUtil)\n\n## Further Documentations\n\n- [Usage explanation and examples](https://wings.sh).\n- [Code documentation](https://wings.sh/api).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhonglee%2Fwings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhonglee%2Fwings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhonglee%2Fwings/lists"}