yalc

Work with yarn/npm packages locally like a boss. (by wclr)

Yalc Alternatives

Similar projects and alternatives to yalc

  1. nixpkgs

    1,027 yalc VS nixpkgs

    Nix Packages collection & NixOS

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. barrier

    Open-source KVM software

  4. synergy

    Use the keyboard, mouse, or trackpad of one computer to control nearby computers, and work seamlessly between them.

  5. nix

    402 yalc VS nix

    Nix, the purely functional package manager

  6. frank_jwt

    JSON Web Token implementation in Rust.

  7. powerlevel10k

    A Zsh theme

  8. pre-commit

    202 yalc VS pre-commit

    A framework for managing and maintaining multi-language pre-commit hooks.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. ngrok

    128 yalc VS ngrok

    Expose your localhost to the web. Node wrapper for ngrok. (by bubenshchykov)

  11. DevToys

    61 yalc VS DevToys

    A Swiss Army knife for developers.

  12. turbo

    60 yalc VS turbo

    Discontinued Build system optimized for JavaScript and TypeScript, written in Rust [Moved to: https://github.com/vercel/turborepo]

  13. bitbar

    52 yalc VS bitbar

    Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)

  14. entr

    52 yalc VS entr

    Run arbitrary commands when files change

  15. Clipy

    38 yalc VS Clipy

    Clipboard extension app for macOS.

  16. SwiftBar

    19 yalc VS SwiftBar

    Powerful macOS menu bar customization tool

  17. Flycut

    15 yalc VS Flycut

    Clean and simple clipboard manager for developers

  18. breakpad

    4 yalc VS breakpad

    Mirror of Google Breakpad project

  19. rumps

    5 yalc VS rumps

    Ridiculously Uncomplicated macOS Python Statusbar apps

  20. verdaccio

    8 yalc VS verdaccio

    A lightweight Node.js private proxy registry

  21. shrinkpack

    7 yalc VS shrinkpack

    Fast, resilient, reproducible builds with npm install.

  22. actionlint

    :octocat: Static checker for GitHub Actions workflow files

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better yalc alternative or higher similarity.

yalc discussion

Log in or Post with

yalc reviews and mentions

Posts with mentions or reviews of yalc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-16.
  • Useful Javascript Monorepo Tools To Consider While Managing Multiple projects
    2 projects | /r/learnjavascript | 16 Mar 2023
    Yalc
  • What are the not-so-obvious tools that you don't want to miss?
    16 projects | /r/ExperiencedDevs | 16 Feb 2023
    Yalc - Makes it easy to mock-publish NPM packages and try them in real projects before you publish a new version to NPM.
  • Share private NPM packages across projects
    1 project | /r/Frontend | 3 Jan 2023
    As well as yarn/npm link mentioned in another comment, https://github.com/wclr/yalc can help with some of this, depending on your workflow/how much you're doing this.
  • How do you debug a library written in Typescript in a React app using it?
    1 project | /r/reactjs | 22 Nov 2022
    Ah okay, that's much easier. Clone the project repo, make your changes and build the library, then in the react app, either add the local project directory as a dependency, or use something like yalc to add the locally built dependency. This will allow you to use the local copy of the library instead.
  • We Halved Go Monorepo CI Build Time
    4 projects | news.ycombinator.com | 26 Jun 2022
    Lets look at a concrete example and then maybe we can discuss alternatives.

    In this particular case, I would respond with the following:

    1. I don't see why this is a problem. Have an "open PRs" link in the onboarding handbook that gives you a view of pull requests from all repos in the organization. GitHub automatically shows you notifications from all repos.

    - Have a (Grafana) dashboard where you can see the latest / newest stuff. Use standard GH tools you use for OSS, such as follows etc to keep up.

    2. Don't prematurely split into multiple libraries. "No monorepo" doesn't mean not having poly-package repos. It means thinking what the sensible API boundary is - treating your projects as you would treat library development. In this case a separate repo with lib3, lib2 and lib1 sounds like a good way to go - at most one repo per orthogonal internal framework (e.g. core-react-components).

    3. Help other teams upgrade. If you are responsible for repo A, once you publish a new version and tag it with semver appropriately, use the dashboard to look at your dependants and work with them (or rather, for them) to upgrade. Think of your dependants as internal customers, and make sure you add enough value for them to justify the upgrade effort.

    4. There are other alternatives to `npm link` e.g. see `yalc` https://github.com/wclr/yalc

  • Using local NPM packages as dependencies with yalc
    1 project | dev.to | 14 Aug 2021
    yalc makes it easy to use locally-developed packages in other projects. It has some other useful options that I didn't mention here; read more about them on the project's README. Hopefully, this helps you get started developing with local packages––good luck!
  • Where do I store components I need to use in multiple React apps that are being built simultaneously?
    1 project | /r/reactjs | 8 Mar 2021
    You can also use yalc which is like an npm store on your engine.. https://github.com/wclr/yalc
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic yalc repo stats
7
5,856
0.0
7 months ago

wclr/yalc is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of yalc is TypeScript.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai