Git Product home page Git Product logo

cli-template's Introduction

Template Project

This is a template project for Java CLI projects.

Quality Gate Status Maintainability Rating Coverage Reliability Rating Security Rating Technical Debt Vulnerabilities Bugs

You need to correct the links for these badges if create a new project from this template.

KataLeanOn

This repository contains Katas and their solutions in Java.

Each branch represents one Kata.

๐Ÿฅ‹ Template Kata Title

  • template requirement

Build and Run the application with the following:

gradle build

gradlew run

On windows

.\gradlew.bat run

Git Conventional commits

Git hooks overview: https://www.greengeeks.com/tutorials/an-overview-of-git-hooks/ Guide: https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13 Install git-conventional-commits: npm install --global git-conventional-commits <- The ugly regex things are implemented in this tool Put this file in your repo root: git-conventional-commits.json <- This is the config file for the previous tool. Here you can customize your rules, but the example in the next line is sufficient for the exam. I have filled the json with the example from https://github.com/qoomon/git-conventional-commits After clone or git init create this file: <repo_root>/.git/hooks/commit-msg Write this to the commit-msg file

#!/usr/bin/env sh commit_message="$1"

exit with a non zero exit code incase of an invalid commit message

use git-conventional-commits, see https://github.com/qoomon/git-conventional-commits

git-conventional-commits commit-msg-hook "$commit_message"

If you use Linux, make the commit-msg file executable.

cli-template's People

Watchers

James Cloos avatar Ferenc Bondar 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.