Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose public api for blueprint and modules. #14367

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

mshima
Copy link
Member

@mshima mshima commented Mar 17, 2021

Allows

const {AppGenerator, constants } = require('generator-jhipster');

instead of

const AppGenerator = require('generator-jhipster/generators/app');
const constants = require('generator-jhipster/generators/generator-constants');

Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@pascalgrimaud pascalgrimaud merged commit e9f0329 into jhipster:main Mar 19, 2021
@mshima mshima deleted the skip_ci_main branch March 19, 2021 10:34
@mshima mshima mentioned this pull request Mar 19, 2021
6 tasks
@pascalgrimaud pascalgrimaud added this to the v7.0.0 milestone Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants