Socket
Socket
Sign inDemoInstall

create-nx-micronaut

Package Overview
Dependencies
158
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-nx-micronaut

CLI to create Nx workspaces with built-in support for Micronaut


Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

create-nx-micronaut

npm version github action - release semantic-release

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

The goal of this CLI is to ease the process of creating a Nx workspace that can host and manage Micronaut projects, thanks to our @nxrocks/nx-micronaut 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 Micronaut 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-micronaut your-workspace-name to execute the CLI.

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

Options

Run npx create-nx-micronaut --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