Skip to content

Commit

Permalink
add usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Aug 15, 2023
1 parent 952dfa3 commit 19e7b03
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ To understand the motivations behind this project, refer to the [root repository
- Node 16 or later
- pnpm, yarn, or npm

## Usage

```
Usage
$ codeowners-flow generate
$ codeowners-flow generate --config /path/to/config.mjs
$ codeowners-flow init
Example
$ codeowners-flow generate
CODEOWNERS file generated! 🎉
You can find it at: "/path/to/CODEOWNERS".
```

## Getting started

The first step is to install `codeowners-flow` in your project:
Expand Down

0 comments on commit 19e7b03

Please sign in to comment.