| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A collection of developer tools to enhance your Google Workspace development experience. This monorepo contains extensions, utilities, and resources designed to streamline development workflows for Google Workspace APIs and integrations.
Get intelligent OAuth2 scope linting and enhanced development tools directly in your editor:
Install from Visual Studio Code:
Or install via command line:
code --install-extension google-workspace.google-workspace-developer-toolsMarketplaces:
If you have the gemini command-line tool installed:
gemini extensions install \
"https://github.com/googleworkspace/developer-tools"A comprehensive VS Code extension providing:
This is a monorepo managed with pnpm and Turbo.
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm test
# Lint and format code
pnpm lint
# Watch mode for development
pnpm --filter google-workspace-developer-tools dev├── packages/ │ └── vscode-extension/ # VS Code extension ├── turbo.json # Turbo build configuration └── pnpm-workspace.yaml # pnpm workspace configuration
We welcome contributions! Whether it's bug reports, feature requests, or code contributions, please check out our contributing guidelines to get started.
If you have questions or encounter issues:
This project is licensed under the Apache 2.0 License. See the LICENSE file for details.
Made with ❤️ for the Google Workspace developer community
| Back | FazBrowse Home | New Git URL |