developer-tools
Google Workspace Developer Tools
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- wild-peaches-relate.md
- config.yaml
- GEMINI.md
- settings.json
- action.yml
- release.yml
- test.yml
- update.yml
- blunderbuss.yml
- CODEOWNERS
- pre-commit
- pre-push
- extensions.json
- launch.json
- settings.json
- tasks.json
- gemini.gif
- gemini.tape
- icon_128.png
- scope-completion.gif
- scope-diagnostics.png
- fetch-apis.ts
- completion.test.ts
- scopes.test.ts
- apis.ts
- extension.ts
- scopes.ts
- .vscode-test.mjs
- .vscodeignore
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- tsup.config.mjs
- .gitignore
- .npmrc
- .prettierignore
- biome.json
- CHANGELOG.md
- CONTRIBUTING.md
- gemini-extension.json
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- SECURITY.md
- server.json
- turbo.json
# Installation Guide
1. Get the code
git clone https://github.com/googleworkspace/developer-tools
Downloads the entire project code from GitHub to your computer.
cd developer-tools
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm build
Type this command into your terminal and run it.
pnpm test
Type this command into your terminal and run it.
pnpm lint
Type this command into your terminal and run it.
pnpm --filter google-workspace-developer-tools dev
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
