Socket
Socket
Sign inDemoInstall

create-nx-spring-boot

Package Overview
Dependencies
159
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-nx-spring-boot

CLI to create Nx workspaces with built-in support for Spring Boot


Version published
Weekly downloads
7
decreased by-36.36%
Maintainers
1
Install size
5.85 MB
Created
Weekly downloads
 

Readme

Source

create-nx-spring-boot

npm version github action - release semantic-release

Our very own CLI to create Nx workspaces with built-in support for Spring Boot!

The goal of this CLI is to ease the process of creating a Nx workspace that can host and manage Spring Boot projects, thanks to our @nxrocks/nx-spring-boot plugin, that is automatically installed within it.

Prerequisites

To run this CLI, all you need is to have NodeJS installed (preferably the current LTS version). Then to later create and run your Spring Boot projets, you'll need a Java Runtime as well.

  • NodeJS (preferably latest or LTS version) in path
  • JRE or JDK in path

Getting Started

Run npx create-nx-spring-boot your-workspace-name to execute the CLI.

This command will guide you through the creation process steps by steps.

Options

Run npx create-nx-spring-boot --help to print some helpful info on available options.

Compatibility with Nx

Every Nx package relies on the underlying Nx Workspace/DevKit it runs on. This table provides the compatibility matrix between major versions of Nx workspace and this package.

Package VersionNx Workspace version
>=v3.0.0>=v17.3.0
<v3.0.0<17.3.0

License

Copyright (c) 2023-present Tine Kondo. Licensed under the MIT License (MIT)

Keywords

FAQs

Last updated on 28 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc