-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into gbouv/add-latest-by-default
- Loading branch information
Showing
6 changed files
with
101 additions
and
9 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
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,21 @@ | ||
## buffrs init | ||
|
||
Initializes a Buffrs project in a new folder created in the current directory. | ||
|
||
### Synopsis | ||
|
||
`buffrs new <NAME>` | ||
|
||
`buffrs new --lib <NAME>` | ||
|
||
`buffrs new --api <NAME>` | ||
|
||
### Description | ||
|
||
This command creates a new Buffrs project with the provided name by creating a | ||
manifest file (`Proto.toml`) as well as `proto` and `proto/vendor` directories | ||
in a new directory created at the current location. | ||
|
||
By default, if no package type is provided, `impl` (implementation) will be | ||
used. The meaning of this is described in [Package | ||
Types](../guide/package-types.md). |
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
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