Socket
Socket
Sign inDemoInstall

yalc

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yalc

Work with npm/yarn packages locally like a boss.


Version published
Weekly downloads
147K
increased by2.67%
Maintainers
1
Weekly downloads
 
Created

What is yalc?

Yalc is a tool for managing local package dependencies in a more controlled and reliable way than npm link or yarn link. It allows you to publish packages to a local store and then install them in other projects, making it easier to develop and test changes across multiple projects.

What are yalc's main functionalities?

Publishing a package

This command publishes the current package to the local Yalc store. It is similar to publishing a package to a remote registry but keeps it local for development purposes.

yalc publish

Adding a package

This command adds a package from the local Yalc store to your project. It is similar to installing a package from npm but uses the local version published with Yalc.

yalc add my-package

Updating a package

This command updates a package in your project to the latest version available in the local Yalc store. It ensures that you are using the most recent changes made to the local package.

yalc update my-package

Removing a package

This command removes a package that was added via Yalc from your project. It helps in cleaning up dependencies that are no longer needed.

yalc remove my-package

Other packages similar to yalc

FAQs

Package last updated on 28 Apr 2021

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