Skip to content

food-truck/core-ng-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

core-ng is a webapp framework forked from Neo's open source project.

Build CodeQL Code Coverage

Maven repo

repositories {
    maven {
        url = uri("https://neowu.github.io/maven-repo/")
        content {
            includeGroupByRegex("core\\.framework.*")
        }
    }
    maven {
        url = uri("https://maven.codelibs.org/")
        content {
            includeGroup("org.codelibs.elasticsearch.module")
        }
    }
}

Wiki

https://github.com/neowu/core-ng-project/wiki

Change log

please check WONDER-CHANGELOG.md & CHANGELOG.md

Version update principle

We will update the version in these cases:

  1. original repo updates its version —— we will update our version according its change. No matter the original repo updates its major, minor or patch version, we will update related version position.
  2. once we have our own changes.

Keep it up-to-date with the upstream repo

git remote add upstream https://github.com/neowu/core-ng-project.git
git fetch upstream
git checkout master
git merge upstream/main

Publish to RF Azure packages

Configure the package version in publish.json accordingly and then run command:

./gradlew -PmavenAccessToken=[token] clean publish

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%