Giter Club home page Giter Club logo

goskeleton's Introduction

goskeleton

Maintained by Skyhawk Security Maintenance Contributor Covenant go.mod Go version Go Report Card

GoSkeleton

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 [email protected].

Installation

# clone && cd into the repository
go install

Key Features

  • 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.

Usage Examples

For a web server Lambda

goskeleton web-service --serviceName mycoolwebservice --destination $HOME/Desktop

For an event driven Lambda

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

Discussion

Have a question? Post it in goskeleton GitHub Discussions

Contributing to the project

Want to contribute? Please read the Contribution Guide

License

GPL-3.0

goskeleton's People

Contributors

skhreshefsharvit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.