Socket
Socket
Sign inDemoInstall

@nrwl/nest

Package Overview
Dependencies
Maintainers
7
Versions
1603
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/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
339K
increased by6.5%
Maintainers
7
Weekly downloads
 
Created

What is @nrwl/nest?

@nrwl/nest is a package that provides tools and utilities for building and managing NestJS applications within an Nx workspace. It helps in creating, developing, and testing NestJS applications and libraries with ease.

What are @nrwl/nest's main functionalities?

Generate NestJS Application

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

nx generate @nrwl/nest:application my-app

Generate NestJS Library

This command generates a new NestJS library within an Nx workspace. Libraries can be shared across multiple applications and can help in organizing code better.

nx generate @nrwl/nest:library my-lib

Serve NestJS Application

This command serves a NestJS application, making it available for development and testing. It starts the application and watches for changes, automatically restarting the server when files are modified.

nx serve my-app

Build NestJS Application

This command builds a NestJS application for production. It compiles the TypeScript code and bundles it into a format suitable for deployment.

nx build my-app

Test NestJS Application

This command runs the tests for a NestJS application. It uses Jest as the testing framework and provides a way to ensure the application works as expected.

nx test my-app

Other packages similar to @nrwl/nest

Keywords

FAQs

Package last updated on 20 Aug 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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc