Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nrwl/js

Package Overview
Dependencies
Maintainers
3
Versions
1063
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/js

This library was generated with [Nx](https://nx.dev).

  • 13.4.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.7M
decreased by-15.72%
Maintainers
3
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

FAQs

Package last updated on 14 Jan 2022

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