Socket
Book a DemoInstallSign in
Socket

@jnxplus/nx-micronaut-gradle

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@jnxplus/nx-micronaut-gradle

Plugin deprecated, use @jnxplus/nx-gradle instead.

unpublished
latest
Source
npmnpm
Version
0.8.0
Version published
Maintainers
1
Created
Source

Plugin deprecated

Plugin deprecated, use @jnxplus/nx-gradle instead.

@jnxplus/nx-micronaut-gradle

npm version

This plugin adds Micronaut and Gradle multi-project builds capabilities to Nx workspace.

Supported versions

@jnxplus/nx-micronaut-gradleNxMicronaut
0.x.x16.x.x4.x.x

Getting Started

0. Prerequisites

@jnxplus/nx-micronaut-gradle requires a Java 17 or higher Runtime Environment and the current Long Term Support (LTS) version of node.js.

1. Install the plugin

In the Nx workspace root folder, run this command to install the plugin :

npm install --save-dev @jnxplus/nx-micronaut-gradle

2. Add Micronaut and Gradle wrapper support

The following command adds Micronaut and Gradle support (Gradle wrapper and config files) to the workspace. This only needs to be performed once per workspace.

nx generate @jnxplus/nx-micronaut-gradle:init

3. Usage

ActionCommand
Generate an applicationnx generate @jnxplus/nx-micronaut-gradle:application my-app-name
Generate a librarynx generate @jnxplus/nx-micronaut-gradle:library my-lib-name
Build a projectnx build my-project-name
Serve an applicationnx serve my-app-name
Test a projectnx test my-project-name
Lint a projectnx lint my-project-name
Format a java projectnx format --projects my-project-name
Format a kotlin projectnx ktformat my-project-name
Run a custom tasknx run-task my-project-name --task="test"
Visualize project's dependency graphnx graph

License

MIT © 2023-2023 Khalil LAGRIDA

Keywords

nx

FAQs

Package last updated on 09 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts