-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5885335
commit 2577047
Showing
3 changed files
with
61 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: Bard | ||
--- | ||
|
||
# Bard | ||
|
||
Bard is used to manage monorepos. | ||
|
||
## Usage | ||
|
||
Initialize a new bard.json file | ||
|
||
```shell | ||
bard init | ||
``` | ||
|
||
Add repositories | ||
|
||
```shell | ||
bard add path/to/code repoUrl | ||
``` | ||
|
||
Push changes to read-only repos | ||
|
||
```shell | ||
bard push | ||
``` | ||
|
||
Create a release | ||
|
||
```shell | ||
bard release major | ||
bard release minor | ||
bard release patch | ||
``` | ||
|
||
Bard will track the versions so you can just use the keywords: major, minor, | ||
patch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters