Software Alternatives, Accelerators & Startups

Lerna

Application and Data, Libraries, and Javascript Utilities & Libraries.

Lerna

Lerna Reviews and Details

This page is designed to help you find out whether Lerna is good and if it is the right choice for you.

Screenshots and images

  • Lerna Landing page
    Landing page //
    2023-08-26

Features & Specs

  1. Monorepo Management

    Lerna excels at managing JavaScript projects with multiple packages in a single repository, streamlining development processes and reducing complexities associated with managing separate repositories.

  2. Versioning and Publishing

    It offers powerful tools for versioning and publishing packages, automating the process of updating package versions and changelogs, which is particularly useful for maintaining multiple packages.

  3. Dependency Management

    Lerna offers efficient handling of intra-repository dependencies by linking packages locally, which reduces redundant installations and improves build times.

  4. Increased Collaboration

    By consolidating multiple projects into a single repository, Lerna enables better collaboration across teams, facilitating easier sharing and reuse of code.

  5. Simplified Workflow

    Developers benefit from simplified workflows with consistent tooling and configurations, thus saving time and effort in package management.

Badges

Promote Lerna. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

ZERO HYPE?! Adidas ZX 5K Boost Lerna | Review + On Foot + Confession

Michaล‚ Jach - Modern Monorepo with Lerna

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Lerna and what they use it for.
  • Inside a 3-app Turborepo monorepo: parallelism, caching, and CI that stays fast
    But workspaces alone doesn't handle task orchestration โ€” what to build first, what to cache, what to skip. For that, build tools like Lerna, Nx, or Turborepo are generally used. They sit on top of workspaces, not in place of them โ€” you use both. - Source: dev.to / 3 months ago
  • Nx Monorepo Guide: React & Node Fullstack App
    Lerna was one of the first monorepo tools, focusing on managing and publishing packages. Nx goes much further by including a full build system and more. - Source: dev.to / about 1 year ago
  • EMPTY_OBJ in Inferno.Js source code.
    Coming back to render method, to locate this method in the codebase, Inferno codebase is a monorepo and is managed using lerna. You can confirm this by checking out lerna.json. - Source: dev.to / about 1 year ago
  • package.json
    Monorepo Management: If managing multiple packages within a single repository, consider using tools like Lerna or Yarn Workspaces to streamline dependency management and versioning. - Source: dev.to / over 1 year ago
  • Monorepo Tutorial With Lerna, Storybook & Next.js
    In this tutorial, you'll learn how to build a monorepo using Lerna. Weโ€™ll be building a Next.js application which will import components from a separate package. Weโ€™ll also be using Storybook to showcase those components. - Source: dev.to / over 1 year ago
  • How to Create an NPM Packages using Rollup.js + Lerna.js + Jfrog Artifactory
    Lerna.js is a popular tool for managing JavaScript projects with multiple packages, often referred to as monorepos. It simplifies the process of versioning, publishing, and managing dependencies across various packages within a single repository. - Source: dev.to / almost 2 years ago
  • Starting the Console front-end for Rainbow Platform
    For dependency and workflow management in Gaia, we can use any tool available in the Node ecosystem. You might suggest Lerna or even Turborepo. For our needs, the default npm workspaces will suffice. - Source: dev.to / almost 2 years ago
  • My Journey to Building Flexilla: Headless interactive component library
    Thatโ€™s how I ended up with the library at version 2.x.x. From that point, I stopped making those mistakes. With Lerna, I no longer have to worry about changing package versions that havenโ€™t been updated; Lerna takes care of that for me. - Source: dev.to / almost 2 years ago
  • Add Step-up Authentication Using Angular and NestJS
    Open the project up in your favorite IDE. Let's take a quick look at the project organization. The project has an Angular frontend and NestJS API backend housed in a Lerna monorepo. If you are curious about how to recreate the project, check out the repo's README file. I'll include all the npx commands, CLI commands, and the manual steps used to create the project. - Source: dev.to / over 2 years ago
  • Things I learned while building projects with NX
    Lerna currently maintained by Nx team. - Source: dev.to / over 2 years ago
  • Nx 16.8 Release!!!
    On Netlify's enterprise tier, approximately 46% of builds are monorepos, with the majority leveraging Nx and Lerna. Recognizing this trend, Netlify has focused on enhancing the setup and deployment experiences for monorepo projects. In particular they worked on an "automatic monorepo detection" feature. When you connect your project to GitHub, Netlify automatically detects if it's part of a monorepo, reads the... - Source: dev.to / almost 3 years ago
  • Help with library implementation in a big webapp
    This is the exact problem monorepos were born to solve. Not only will a monorepo let you share UI components, you'll be able to gradually add shared application logic as well (for instance, do all of your apps have their own logic for connecting to a database? You could roll that into a shared library with a monorepo). There are a lot of tools for accomplishing this in JS, but probably the most popular is lerna,... Source: about 3 years ago
  • How to Build and Publish Your First React NPM Package
    To begin, you need to prepare your environment. A few ways to build a React package include tools like Bit, Storybook, Lerna, and TSDX. However, for this tutorial, you will use a zero-configuration bundler for tiny modules called Microbundle. - Source: dev.to / about 3 years ago
  • Utility for making sure that I'm using the right `@types/react`
    If so, are you using a monorepo tool like Nx or Lerna? If not, start there and see if it solves your problem. Source: about 3 years ago
  • [AskJS] Is there a silver bullet for consuming Typescript libraries in a Monorepo?
    I mean I don't know what your monorepo looks like, but for example infernojs (actually written with typescript) uses lerna, and lerna seems simpler than typescript references. Source: about 3 years ago
  • Understanding npm Versioning
    Tools for publishing, such as Lerna (when using the --conventional-commit flag), follow this convention when incrementing package versions and generating changelog files. - Source: dev.to / over 3 years ago
  • How to split an Angular app into micro-frontend apps
    We could improve part of this by using something like Lerna. With the right configuration, Lerna can be really helpful. - Source: dev.to / over 3 years ago
  • Need help making sense of TRPC + express + React setup
    It feels dirty to be adding express as a dependency to a react project, but I'm pretty sure TRPC requires all of client and server code to be in the same node.js project, since types are shared. I've read that you can use a tool like Lerna to share types between node projects, but it requires a build step, which would diminish the benefits of TRPC. Source: over 3 years ago
  • Reflecting on 2022 - The Year in Review
    We completely redesigned both the website and docs at https://lerna.js.org. - Source: dev.to / over 3 years ago
  • How to Build a Secure React and Fastify API App
    Our app will be a monorepo with Okta authentication, using React for the frontend and Fastify for the backend. Fastify is a highly performant web framework with low overhead that we'll connect to a PostgreSQL database. We'll also use Lerna to manage the frontend and backend apps in a monorepo. - Source: dev.to / over 3 years ago
  • Deploy a monorepo React app on Firebase on multiple environments
    Let's say you have a root project with packages that needs to be built and hosted. In our example, we have 3 React apps managed by the lerna build system. We have a front app, a back office, and a design system app. - Source: dev.to / over 3 years ago

Do you know an article comparing Lerna to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Lerna discussion

Log in or Post with

Is Lerna good? This is an informative page that will help you find out. Moreover, you can review and discuss Lerna here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.