Skip to content

β˜•πŸš€ Java Bootstrap: Skeleton for your new projects

Notifications You must be signed in to change notification settings

naghost-dev/java-basic-skeleton

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

β˜•πŸš€ Java Basic Skeleton: Save the boilerplate in your new projects

⚑ Start your Java projects as fast as possible

CodelyTV Workflow Status

ℹ️ Introduction

This is a repository intended to serve as a starting point if you want to bootstrap a Java project with JUnit and Gradle.

🏁 How To Start

  1. Install Java 11: brew cask install corretto or download it here
  2. Set it as your default JVM: export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home'
  3. Clone this repository: git clone https://github.com/CodelyTV/java-basic-skeleton.
  4. Execute some Gradle lifecycle tasks in order to check everything is OK:
    1. Create the project JAR: make build
    2. Run the tests and plugins verification tasks: make test
  5. Start developing!

☝️ How to update dependencies

πŸ’‘ Related repositories

β˜• Java

🐘 PHP

🧬 Scala

About

β˜•πŸš€ Java Bootstrap: Skeleton for your new projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.0%
  • Makefile 14.0%