Giter Site home page Giter Site logo

captain-githook's People

Contributors

calebcartwright avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

captain-githook's Issues

Switch to Task

Switch from Mage to Task now that we know about gotestsum.

While Mage is a decent solution for running tasks in Go projects, we were only using it here due to our need to generate multiple test result format files (for Sonar, Azure DevOps, etc.) which needs to be done programmatically. gotestsum however provides a great CLI for handling all that work which means we no longer need our own Go code using exec.Command from the os package.

Task allows us to utilize a configuration file (yaml) to define scripts, much like npm scripts defined in the package.json file, and allows to avoid some of the challenges mage creates with *-on-save features and placing *.go source files in the root of the repo.

Support skipping hook installs

We should add support for skipping the installation of hooks, as this is very helpful in many circumstances and also a commonly supported feature in other git hook utils.

Release Pipeline

Need to setup a release pipeline to build various platform binaries, validate, and publish them to GitHub releases

Add Goreleaser

Incorporate Goreleaser to simplify and facilitate the compilation/packaging/etc. process of the release artifacts

Setup linting

Pretty self-explanatory, need to figure out how we should best use golint in conjunction with a revive and/or golangci-lint

Configure Renovate

Renovate support for Go modules has just landed, so we can now configure this repo accordingly.

Setup VSTS/ADO

Configure builds in the newly dubbed "Azure DevOps" pipelines

Update PR/CI

Can disable AppVeyor and need to incorporate Coverage publishing step into AZP now that duplicative Circle job has been disabled

Dev setup

Add various scripts, utils, etc. for contributors to get set up to work in this repo

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.