Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jnxplus/nx-boot-gradle

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jnxplus/nx-boot-gradle

This plugin add Spring Boot and Gradle multi-project builds capabilities to Nx workspace.

  • 0.0.15
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@jnxplus/nx-boot-gradle

This plugin add Spring Boot and Gradle multi-project builds capabilities to Nx workspace.

Getting Started

1. Install the plugin

In the workspace root run this command to install the plugin :

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

2. Add Spring boot and Gradle wrapper support

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

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

3. Usage

ActionCommand
Generate an applicationnx generate @jnxplus/nx-boot-gradle:application my-app
Build an applicationnx build my-app
Test an applicationnx test my-app
Serve an applicationnx serve my-app
Generate a librarynx generate @jnxplus/nx-boot-gradle:library my-lib
Build a librarynx build my-lib
Test a librarynx test my-lib

License

MIT © 2021 Khalil

Keywords

FAQs

Package last updated on 14 Sep 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc