Skip to content

Commit 18c46af

Browse files
committed
docs: add standardize example
1 parent 45e696f commit 18c46af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,18 @@ Both `<org>` and `<repo>` may optionally be formated as `<org/repo>`.
4040

4141
- `-d` `--destructive` - When enabled, allows `standardize` to remove labels not found in the config file.
4242

43-
## Example
43+
## Examples
4444

4545
The following would add a `docs` issue label with the color `d4c5f9` to every repo in `repo-utils`.
4646

4747
```bash
4848
$ org-labels add repo-utils docs d4c5f9
4949
```
5050

51+
The following would standardize labels in all `repo-utils` repos using the [jshttp labels config](https://github.com/jshttp/style-guide/tree/master/config).
52+
53+
```bash
54+
$ org-labels standardize repo-utils jshttp/style-guide
55+
```
56+
5157
## [MIT Licensed](LICENSE)

0 commit comments

Comments
 (0)