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

@clipboard-health/nx-plugin

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipboard-health/nx-plugin

An Nx plugin with generators to manage libraries and applications.

  • 0.17.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
64
increased by10.34%
Maintainers
0
Weekly downloads
 
Created
Source

@clipboard-health/nx-plugin

An Nx plugin with generators to manage libraries and applications.

Table of contents

Install

npm install @clipboard-health/nx-plugin

Usage

Libraries version and publish separately. We use Nx Local Generators to generate library stubs that successfully build, lint, and test. The --publishPublicly flag publishes the NPM package publicly.

# Optionally, include the --publishPublicly flag.
npx nx generate @clipboard-health/nx-plugin:node-lib [PROJECT_NAME]

# Change your mind? Remove it just as easily...
npx nx generate @nx/workspace:remove --projectName [PROJECT_NAME]

# ...or rename it. Note: after running this command, perform a find/replace for remaining references
# to the old name.
npx nx generate @nx/workspace:move --project [PROJECT_NAME] --destination [DESTINATION_FOLDER]

To porting an existing library, follow the above to generate a new package and copy the code from the existing library into it.

Keywords

FAQs

Package last updated on 20 Nov 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

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