GoSkeleton is a project aimed at creating skeleton services for easier and quicker onboarding to both the projects and the Golang language itself. The projects that are generated are built with Clean Architecture and support both native (docker, ec2, etc.) and lambda deployments.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to goskeleton@skyhawk.security.
# clone && cd into the repository
go install
-
Clean Architecture generated code, structured and implemented: Focus on your business logic and avoid distractions.
-
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.
-
Multi-platform support: AWS Lambda and Native (Docker, EC2, etc) deployments are available out of the box.
-
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.
goskeleton web-service --serviceName mycoolwebservice --destination $HOME/Desktop
goskeleton event-driven --event-source SQS --event-source-arn arn:aws:sqs:us-east-1:123456789012:example-sqs-queue-name --serviceName mycooledsservice --destination $HOME/Desktop
Have a question? Post it in goskeleton GitHub Discussions
Want to contribute? Please read the Contribution Guide