npm-publish is a Node.js utility that simplifies the process of publishing npm packages by automating checks, versioning, and distribution. It helps maintainers streamline their release workflow.
Subset of Lerna in a smaller & more modular project
Lerna Lite is a lightweight alternative to Lerna for managing JavaScript monorepos. It focuses on essential features such as package versioning, dependency linking, and package publishing while reducing the complexity of traditional Lerna setups.