Skip to content

Bard

Bard is used to manage monorepos.

Usage

Initialize a new bard.json file

bard init

Add repositories

bard add path/to/code repoUrl

Push changes to read-only repos

bard push

Create a release

bard release major
bard release minor
bard release patch

Bard will track the versions so you can just use the keywords: major, minor, patch.

Copy the LICENSE file from the root to all packages

bard copy LICENSE