What is Monoweave?
Monoweave is a powerful tool which aims to simplify the package publishing process for monorepos. It leverages Yarn Modern workspaces to do the heavy lifting, and is a direct replacement for tools such as Lerna and Semantic Release.
Monoweave only supports projects using Yarn Modern with the minimum node version set to Node v18.
Usage
yarn add -D @monoweave/cliyarn monoweave
Although we don't recommend it in production, you can use monoweave directly from the git repository:
yarn add -D @monoweave/cli@monoweave/monoweave#workspace=@monoweave/cli
Getting Started
Please see the Getting Started Guide.
You can also check out the Frequently Asked Questions for some information around dealing with various edge cases and more advanced configuration.
Configuration
For information on how to fine-tune Monoweave, see Configuration.
For available plugins, as well as plugin development, see Plugins.
Note About Monoweave Package Versioning
Only the
monoweavepackage is "public" and follows strict semantic versioning. The other packages such as
@monoweave/changelogare meant for internal use and may change their APIs at any time.
Contributing
Please give the Architecture page a read and then check out the Contributing Guide.