Socket
Socket
Sign inDemoInstall

@nrwl/workspace

Package Overview
Dependencies
150
Maintainers
7
Versions
1348
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nrwl/workspace

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.


Version published
Weekly downloads
2M
increased by2.21%
Maintainers
7
Created
Weekly downloads
 

Package description

What is @nrwl/workspace?

The @nrwl/workspace npm package is part of Nx, which is a set of extensible dev tools for monorepos. It provides a consistent dev experience for different tools and frameworks, and it helps with tasks like running tasks, generating components, and managing dependencies within a monorepo.

What are @nrwl/workspace's main functionalities?

Creating a new workspace

This command sets up a new workspace. It's the first step when starting a project with Nx.

npx create-nx-workspace@latest myworkspace

Generating code

This command generates a new React component within a specified project in the workspace.

nx generate @nrwl/react:component my-component --project=myapp

Running tasks

This command builds a specific application within the workspace.

nx run myapp:build

Dependency Graph

This command visualizes the dependency graph of projects in the workspace, helping to understand the structure and dependencies of the monorepo.

nx dep-graph

Running affected commands

This command runs tests only for the projects affected by the latest changes, optimizing the CI process.

nx affected:test

Other packages similar to @nrwl/workspace

Readme

Source

@nrwl/workspace has been renamed to @nx/workspace!

@nrwl/workspace has been renamed to @nx/workspace. Please use that instead.

Read more here

@nrwl/workspace will no longer be published in Nx v18.

Nx - Smart Monorepos · Fast CI

Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.

Keywords

FAQs

Last updated on 20 Apr 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