# cerba [![semantic release](https://github.com/reggi/cerba/workflows/semantic%20release/badge.svg)](https://github.com/reggi/cerba/actions?query=workflow%3A%22semantic+release%22) [![coverage](https://github.com/reggi/cerba/workflows/coverage/badge.svg)](https://reggi.github.io/cerba/) [![npm](https://badge.fury.io/js/cerba.svg)](https://www.npmjs.com/package/cerba) Tool to help build monorepo projects. ## Install ``` npm install cerba -g cerba ``` ## Use directly via `npx` ``` npx cerba ``` ## Why I created this tool as an alternative to the classic monorepo approach, where you could write code as a monorepo, and pluck out packages you'd wish to publish as their own module.