🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@nrwl/js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
n

@nrwl/js

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

19.8.4
latest
100

Supply Chain Security

100

Vulnerability

67

Quality

96

Maintenance

100

License

Version published
Weekly downloads
1M
-22.67%
Maintainers
7
Weekly downloads
 
Created
Issues
751

What is @nrwl/js?

@nrwl/js is a package from the Nx suite of tools that provides utilities for building JavaScript libraries and applications. It is designed to work seamlessly within the Nx workspace, offering features like project scaffolding, dependency management, and build optimization.

What are @nrwl/js's main functionalities?

Project Scaffolding

This command generates a new JavaScript library within an Nx workspace. It sets up the necessary configuration files and directory structure to get started quickly.

nx generate @nrwl/js:lib my-lib

Dependency Management

This command visualizes the dependency graph of the projects within the Nx workspace. It helps in understanding how different projects are interconnected.

nx dep-graph

Build Optimization

This command builds the specified JavaScript library, applying various optimizations to ensure efficient output. It leverages Nx's caching and incremental build features to speed up the build process.

nx build my-lib

Other packages similar to @nrwl/js

FAQs

Package last updated on 04 Oct 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