{"id":25582493,"url":"https://github.com/skyhawk-security/goskeleton","last_synced_at":"2025-04-12T18:20:26.469Z","repository":{"id":193844996,"uuid":"685127545","full_name":"skyhawk-security/goskeleton","owner":"skyhawk-security","description":"A CLI that creates a skeleton Golang project","archived":false,"fork":false,"pushed_at":"2025-03-02T07:27:46.000Z","size":114,"stargazers_count":16,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T12:37:48.365Z","etag":null,"topics":["foss","go"],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skyhawk-security.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-30T15:16:28.000Z","updated_at":"2025-03-02T07:27:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f77f5276-3fd3-4020-83b6-aa334cf54e93","html_url":"https://github.com/skyhawk-security/goskeleton","commit_stats":null,"previous_names":["skyhawk-security/goskeleton"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyhawk-security%2Fgoskeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyhawk-security%2Fgoskeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyhawk-security%2Fgoskeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyhawk-security%2Fgoskeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyhawk-security","download_url":"https://codeload.github.com/skyhawk-security/goskeleton/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610638,"owners_count":21132978,"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":["foss","go"],"created_at":"2025-02-21T05:16:40.586Z","updated_at":"2025-04-12T18:20:26.447Z","avatar_url":"https://github.com/skyhawk-security.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![goskeleton](.github/resources/goskeleton_logo.png)](#)\n\n[![Maintained by Skyhawk Security](https://img.shields.io/badge/maintained_by-Skyhawk_Security-6C00DB?style=for-the-badge)](https://skyhawk.security)\n[![Maintenance](https://img.shields.io/maintenance/yes/2024?style=for-the-badge)](https://github.com/skyhawk-security/goskeleton/pulse)\n[![Contributor covenant](https://img.shields.io/badge/Contributor_Covenant-v2.1-blue?style=for-the-badge\u0026logo=contributorcovenant\u0026color=%235E0D73)](CODE_OF_CONDUCT.md)\n\n[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/skyhawk-security/goskeleton?style=for-the-badge)](https://github.com/skyhawk-security/goskeleton)\n[![Go Report Card](https://goreportcard.com/badge/github.com/skyhawk-security/goskeleton?style=for-the-badge)](https://goreportcard.com/report/github.com/skyhawk-security/goskeleton)\n[![Go Doc](https://img.shields.io/badge/doc-reference-blue?style=for-the-badge\u0026logo=go)](https://pkg.go.dev/github.com/skyhawk-security/goskeleton)\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/skyhawk-security/goskeleton/pull_request_build.yaml?style=for-the-badge)](https://github.com/skyhawk-security/goskeleton/actions/workflows/pull_request_build.yaml)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/skyhawk-security/goskeleton?style=for-the-badge)](https://github.com/skyhawk-security/goskeleton/graphs/commit-activity)\n\n# GoSkeleton\n- [Installation](#installation)\n- [Key Features](#key-features)\n- [Usage Examples](#usage-examples)\n- [Discussion](#discussion)\n- [Contributing](#contributing-to-the-project)\n- [License](#license)\n\nGoSkeleton is a project aimed at creating skeleton services for easier and quicker onboarding to both the projects and\nthe Golang language itself.\nThe projects that are generated are built with Clean Architecture and support both native (docker, ec2, etc.) and lambda\ndeployments.\n\nThis project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md).\nBy participating, you are expected to uphold this code. Please report unacceptable behavior to [goskeleton@skyhawk.security](mailto:goskeleton@skyhawk.security).\n\n## Installation\n```zsh\n# clone \u0026\u0026 cd into the repository\ngo install\n```\n\n## Key Features\n- **Clean Architecture generated code, structured and implemented**: Focus on your business logic and avoid distractions.\n\n- **Have a full Golang experience**: The directory structure, generated code and intensive use standard library and Golang's best practices provide a minimalistic, lean and Go-ish experience.\n\n- **Multi-platform support**: AWS Lambda and Native (Docker, EC2, etc) deployments are available out of the box.\n\n- **OpenAPI 3.x code generation and validation**: Write your OpenAPI spec and let us do the REST. Avoid writing boilerplate code but still have control over what's going on.\n\n## Usage Examples\n#### For a web server Lambda\n```zsh\ngoskeleton web-service --serviceName mycoolwebservice --destination $HOME/Desktop\n```\n\n#### For an event driven Lambda\n```zsh\ngoskeleton event-driven --event-source SQS --event-source-arn arn:aws:sqs:us-east-1:123456789012:example-sqs-queue-name --serviceName mycooledsservice --destination $HOME/Desktop\n```\n\n## Discussion\nHave a question? Post it in **goskeleton** [GitHub Discussions](https://github.com/skyhawk-security/goskeleton/discussions)\n\n## Contributing to the project\nWant to contribute? Please read the [Contribution Guide](CONTRIBUTING.md)\n\n## License\n[GPL-3.0](https://github.com/skyhawk-security/goskeleton/blob/main/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyhawk-security%2Fgoskeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyhawk-security%2Fgoskeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyhawk-security%2Fgoskeleton/lists"}