Socket
Socket
Sign inDemoInstall

@nx/nest

Package Overview
Dependencies
Maintainers
4
Versions
569
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/nest

The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.


Version published
Weekly downloads
192K
decreased by-32.8%
Maintainers
4
Weekly downloads
 
Created

What is @nx/nest?

@nx/nest is an Nx plugin that provides tools and utilities for building and managing NestJS applications within an Nx workspace. It helps streamline the development process by offering generators, executors, and other utilities tailored for NestJS projects.

What are @nx/nest's main functionalities?

Generate a new NestJS application

This command generates a new NestJS application within the Nx workspace. It sets up the necessary files and configurations to get started with a NestJS project.

nx generate @nx/nest:application my-app

Generate a new NestJS library

This command creates a new NestJS library within the Nx workspace. Libraries can be shared across multiple applications, promoting code reuse and modularity.

nx generate @nx/nest:library my-lib

Serve a NestJS application

This command starts the NestJS application in development mode, enabling live reload and other development features.

nx serve my-app

Build a NestJS application

This command builds the NestJS application for production, optimizing the output for deployment.

nx build my-app

Test a NestJS application

This command runs the unit tests for the specified NestJS application, ensuring code quality and correctness.

nx test my-app

Other packages similar to @nx/nest

Keywords

FAQs

Package last updated on 18 Jul 2024

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc