Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@ To separately lint the code in this project, run the following command from the
npm run lint
```

#### Testing with Gemini CLI

To test your code changes with Gemini CLI you can run:

```bash
gemini extensions uninstall google-workspace
npm run build
gemini extensions link .
gemini extensions list
gemini --debug
# Prompt to test your feature/bug fix
```

### Coding Conventions

- Please adhere to the coding style, patterns, and conventions used throughout the existing codebase.
Expand Down
Loading