
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
create-nx-spring-boot
Advanced tools
CLI to create Nx workspaces with built-in support for Spring Boot
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.
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.
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.
Run npx create-nx-spring-boot --help
to print some helpful info on available options.
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 Version | Nx Workspace version |
---|---|
>=v4.0.0 | >=v20.0.0 |
>=v3.0.0 | >=v17.3.0 |
<v3.0.0 | <17.3.0 |
Copyright (c) 2023-present Tine Kondo. Licensed under the MIT License (MIT)
FAQs
CLI to create Nx workspaces with built-in support for Spring Boot
The npm package create-nx-spring-boot receives a total of 12 weekly downloads. As such, create-nx-spring-boot popularity was classified as not popular.
We found that create-nx-spring-boot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.