Skip to content

CodelyTV/java-basic-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Codely logo

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

Codely Open Source projects Codely Pro courses Workflow Status

โšก Start your Java projects as fast as possible

โ„น๏ธ 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: brew install corretto or download it here
  2. Set it as your default JVM: export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-$JAVA_VERSION$.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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors