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

feat: new modules (prettier/status-reporter) to demonstrate how to add npm and java dependencies #85

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

murdos
Copy link
Contributor

@murdos murdos commented Sep 17, 2024

The intent is to demonstrate how to declare and use npm dependencies that are not declared in jhipster-lite

//@formatter:off
return moduleBuilder(properties)
.packageJson()
.addDevDependency(packageName("prettier-plugin-properties"), PRETTIER)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we're using a custom npm source, that is defined in the custom extension: JhliteExtensionNpmVersionSource.PRETTIER

@murdos murdos force-pushed the poc-npm-version-source branch 2 times, most recently from ac394d3 to 288438a Compare September 18, 2024 23:10
@murdos murdos changed the title feat: new module for adding prettier plugins feat: new modules (prettier/status-reporter) to demonstrate how to add npm and java dependencies Sep 19, 2024
@murdos murdos force-pushed the poc-npm-version-source branch 2 times, most recently from 75a3066 to c223a11 Compare October 14, 2024 20:34
@murdos murdos force-pushed the poc-npm-version-source branch from c223a11 to 123f126 Compare October 14, 2024 21:03
@murdos murdos marked this pull request as ready for review October 14, 2024 21:41
@murdos
Copy link
Contributor Author

murdos commented Oct 14, 2024

@pascalgrimaud : do you agree to include these additional modules, that will serve as examples on how to manipulate custom npm or maven dependencies?

@murdos murdos requested a review from pascalgrimaud October 14, 2024 21:42
@pascalgrimaud
Copy link
Member

Yes it's a good idea

@pascalgrimaud pascalgrimaud merged commit 223b8bd into jhipster:main Oct 15, 2024
2 checks passed
@murdos murdos deleted the poc-npm-version-source branch October 15, 2024 06:11
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.

3 participants