Socket
Socket
Sign inDemoInstall

@nrwl/cli

Package Overview
Dependencies
Maintainers
6
Versions
997
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/cli

Smart, Fast and Extensible Build System


Version published
Weekly downloads
950K
decreased by-2.29%
Maintainers
6
Weekly downloads
 
Created

What is @nrwl/cli?

@nrwl/cli is a command-line interface tool for Nx, a set of extensible dev tools for monorepos. It helps developers manage and scale their monorepos, providing features for code generation, project management, and more.

What are @nrwl/cli's main functionalities?

Generate Applications

This command generates a new React application within the monorepo. The @nrwl/cli tool provides schematics for various frameworks, making it easy to scaffold new projects.

nx generate @nrwl/react:app my-app

Run Tasks

This command runs a build task for the specified project. Nx provides a powerful task runner that can execute tasks in parallel, cache results, and more.

nx run my-app:build

Lint Projects

This command lints the specified project using the configured linter. Nx helps maintain code quality across the monorepo by providing consistent linting rules.

nx lint my-app

Test Projects

This command runs tests for the specified project. Nx integrates with popular testing frameworks to provide a seamless testing experience.

nx test my-app

Affected Commands

This command builds only the projects that are affected by the latest changes. Nx's affected commands help optimize CI/CD pipelines by reducing the scope of tasks to only what is necessary.

nx affected:build

Other packages similar to @nrwl/cli

Keywords

FAQs

Package last updated on 28 Feb 2023

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