{"id":29840611,"url":"https://github.com/graphform/swim-create","last_synced_at":"2025-07-29T14:17:28.617Z","repository":{"id":198258971,"uuid":"477698447","full_name":"graphform/swim-create","owner":"graphform","description":"Swim create tool for easier and more beginner-friendly creation and deployment of swim applications.","archived":false,"fork":false,"pushed_at":"2024-10-11T00:03:57.000Z","size":193,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-06-23T03:54:31.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graphform.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-04-04T12:49:49.000Z","updated_at":"2025-06-20T22:32:55.000Z","dependencies_parsed_at":"2024-03-27T18:36:46.764Z","dependency_job_id":"a3cf9fc8-45dd-428d-8bcf-52705c52ef1d","html_url":"https://github.com/graphform/swim-create","commit_stats":null,"previous_names":["nstreamio/swim-create","graphform/swim-create"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/graphform/swim-create","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphform%2Fswim-create","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphform%2Fswim-create/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphform%2Fswim-create/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphform%2Fswim-create/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphform","download_url":"https://codeload.github.com/graphform/swim-create/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphform%2Fswim-create/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267701702,"owners_count":24130458,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-07-29T14:16:50.960Z","updated_at":"2025-07-29T14:17:28.608Z","avatar_url":"https://github.com/graphform.png","language":"Rust","readme":"# swim-create CLI tool\n\nInstall *nix:\n\n```\ncurl -L https://github.com/nstreamio/swim-create/releases/latest/download/swim-create-x86_64-unknown-linux-gnu.tar.gz | sudo tar -xz -C /usr/local/bin\n```\nor download manually and run:\n```\nsudo tar -f swim-create-x86_64-unknown-linux-gnu.tar.gz -xz -C /usr/local/bin\n```\n\nInstall macOs:\n\n```\ncurl -L https://github.com/nstreamio/swim-create/releases/latest/download/swim-create-aarch64-apple-darwin.tar.gz  | sudo tar -xz -C /usr/local/bin\n```\nor download manually and run:\n```\nsudo tar -f swim-create-aarch64-apple-darwin.tar.gz  -xz -C /usr/local/bin\n```\n\n## Project structure\n\nThe CLI tool creates a base Swim project that is runnable, allowing developers to get started quicker by just adding their business logic.\n\nA brief description of the most important files and their function:\n\n### Gradle templates\n\n`settings.gradle` - Contains the project name.\n\n`build.gradle` - Contains the name of the main Java class and the Swim version.\n\n`server.recon` - Contains information about the Swim plane and the port for the Swim server.\n\n`MainPlane.java` - Is the Swim plane definition and the entry point.\n\n### Maven templates\n\n`pom.xml` - Contains the project name, the name of the main Java class and the Swim version.\n\n`server.recon` - Contains information about the Swim plane and the port for the Swim server.\n\n`MainPlane.java` - Is the Swim plane definition and the entry point.\n\n### Rust templates\n\n`main.rs` - Contains the Swim plane definition and the entry point.\n\n`utils.rs` - Contains helper methods for running the Swim server and for logging.\n\n`Cargo.toml` - Contains the project name, the Swim version and the project dependencies.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphform%2Fswim-create","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphform%2Fswim-create","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphform%2Fswim-create/lists"}