jhipster-core

JHipster's own domain language and core objects

Usage no npm install needed!

<script type="module">
  import jhipsterCore from 'https://cdn.skypack.dev/jhipster-core';
</script>

README

NPM version Dependency Status

GitHub Actions Build Status Azure DevOps Build Status

sonar-quality-gate sonar-coverage sonar-bugs sonar-vulnerabilities


Welcome to the official repository of everything common to JHipster and its projects, like the JDL (JHipster Domain Language).

Please read our guidelines before submitting an issue. If your issue is a bug, please use the bug template pre-populated here. For feature requests and queries you can use this template.

Contributing to JHipster-Core

For more details about the project structure and detailed examples on how to update JDL please refer our documentation pages.

Releasing

  1. Commit any changes done, to ensure working directory is clean
  2. Run the release script - You need to be logged into NPM
    • To release a patch version, simply run npm run release-patch
    • To release a minor version, simply run npm run release-minor
    • To release a major version, simply run npm run release-major