browser-extension
The browser extension for gitpod.io. Works with Chrome and Firefox.
File Explorer
- devcontainer.json
- config.yml
- submit.yml
- test.yml
- dependabot.yml
- automations.yaml
- icon.png
- manifest.go
- server-sync.go
- watch-sync.go
- go.mod
- go.sum
- main.go
- package-lock.json
- package.json
- build.sh
- Dockerfile
- github-injected.png
- safari-confirm.png
- button-contributions.ts
- button.css
- button.tsx
- CaretForProvider.tsx
- logo-mark.svg
- Button.tsx
- CheckboxInputField.tsx
- InputField.tsx
- InputFieldHint.tsx
- TextInputField.tsx
- button.tsx
- gitpod-dashboard.ts
- use-temporary-state.ts
- OnaLettermark.tsx
- parse-endpoint.spec.ts
- parse-endpoint.ts
- permissions.ts
- background.ts
- constants.ts
- popup.css
- popup.tsx
- storage.ts
- style.css
- button-contributions-copy.ts
- button-contributions.spec.ts
- package-lock.json
- package.json
- pnpm-lock.yaml
- tsconfig.json
- .eslintrc.json
- .gitignore
- .gitpod.Dockerfile
- .gitpod.yml
- .prettierignore
- .prettierrc.json
- .puppeteerrc.cjs
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- postcss.config.js
- README.md
- SECURITY.md
- tailwind.config.js
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
yarn
View Details ▼
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
# Project Badges
-
Setup Automated Visit
