agent-aget
Browser workflow CLI for LLM agents
파일 탐색기
- plugin.json
- aget.md
- plugin.json
- aget.mdc
- pre-commit
- ci.yml
- release.yml
- copilot-instructions.md
- dependabot.yml
- aget-open.md
- aget-snapshot.md
- aget.mjs
- aget.js
- main.go
- 2026-06-15-roadmap-design.md
- shield-mode.md
- 2026-07-05-aget-skill-best-practices-design.md
- 2026-07-05-aget-skill-red-green-report.md
- aget-architecture-en.png
- aget-architecture-ru.png
- help.go
- help_test.go
- launcher.go
- launcher_other.go
- launcher_test.go
- launcher_unix.go
- launcher_unix_test.go
- launcher_windows.go
- resolver.go
- resolver_test.go
- chromedp.go
- chromedp_test.go
- client.go
- find.go
- extract.go
- extract_test.go
- batch.go
- batch_test.go
- browser.go
- browser_test.go
- doctor.go
- doctor_test.go
- inspect.go
- open.go
- open_test.go
- page.go
- page_test.go
- profile.go
- prompt.go
- prompt_test.go
- root.go
- root_test.go
- session.go
- session_test.go
- version.go
- auto.go
- auto_test.go
- dora_test.go
- inject.go
- inject_test.go
- inline.go
- inline_test.go
- netscape.go
- netscape_test.go
- doctor.go
- doctor_test.go
- ids.go
- ids_test.go
- server.go
- server_test.go
- browser_test.go
- browser-manifest.json
- cache.go
- cache_test.go
- chrome-browser-manifest.json
- install.go
- install_test.go
- manifest.go
- manifest_test.go
- service.go
- service_test.go
- policy.go
- policy_test.go
- store.go
- store_test.go
- response.go
- response_test.go
- registry.go
- registry_test.go
- diff.go
- diff_test.go
- store.go
- store_test.go
- dirs.go
- dirs_test.go
- index.js
- package.json
- browser-install.js
- browser-install.test.js
- check-skill-copies.js
- habr-onboarding.sh
- install.js
- platform.js
- release-contract-test.js
- release-contract-test.test.js
- smoke-test.js
- actions.md
- doctor.md
- find.md
- open.md
- read.md
- session.md
- snapshot.md
- SKILL.md
- .gitignore
- .goreleaser.yaml
- .markdownlint-cli2.yaml
- AGENT_INSTRUCTIONS.md
- AGENTS.md
- browser-manifest.json
- CLAUDE.md
- go.mod
- go.sum
- LICENSE
- package.json
- README.en.md
- README.md
- SYSTEM_PROMPT_snippet.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
go run
설명 보기 ▼
go run
Compile and run Go code without saving a binary.
go run {{path/to/file.go}}
Run a Go file:
go run {{path/to/package}}
Run a main Go package:
npm
설명 보기 ▼
npm
JavaScript 및 Node.js 패키지 관리자.
Node.js 프로젝트 및 모듈 의존성을 관리합니다.
더 많은 정보: <https://docs.npmjs.com/cli/npm/>.
npm init {{[-y|--yes]}}
기본값으로 `package.json` 파일 생성 (`--yes`를 생략하면 대화식으로 진행):
npm {{[i|install]}}
package.json에 의존성으로 나열된 모든 패키지를 다운로드:
npm {{[i|install]}} {{package_name}}@{{version}}
특정 버전의 패키지를 다운로드하고 `package.json`의 의존성 목록에 추가:
# 프로젝트 배지
// repository documentation
Was this content helpful?
(0 ratings)
