Giter Site home page Giter Site logo

golang-seed's Introduction

golang-Seed

Build Status

  • Using go mod

  • Build in with magefile

  • Release management with GoReleaser

  • Commands (from Magefile)

    • Run unit test : mage test
    • Build locally : mage build
    • Snapshot release (with container generation): mage snapshot
    • Release (if tag is specify): mage release
  • Instal dependencies

go mod download
  • Run project
go run main.go start
  • Hot Reload
go get github.com/codegangsta/gin
gin --appPort 8080 --buildArgs main.go -i run start
  • Needs
    • Replacement in the project (in order):
      • golang-seed by your project name
      • github.com/dohr-michael by your github / git path / by your go package root.
      • jdrbahamut by your docker registry organization.
    • environment variables
      • GITHUB_TOKEN
    • Docker registry authentication
  • Release Generate :
    • Binaries
      • darwin_amd64
      • darwin_386
      • linux_amd64
      • linux_arm64
      • linux_386
      • windows_amd64
      • windows_386
    • Docker Container
      • linux_amd64
    • Github release
    • Homebrew Tap
    • Scoop recipe

golang-seed's People

Contributors

dohr-michael avatar

Stargazers

 avatar Olivier Gérardin avatar

Watchers

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