Socket
Socket
Sign inDemoInstall

@nrwl/js

Package Overview
Dependencies
Maintainers
6
Versions
1035
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/js

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


Version published
Weekly downloads
2.3M
increased by1.9%
Maintainers
6
Weekly downloads
 
Created

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

Keywords

FAQs

Package last updated on 05 Jul 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