open-agent-builder

(β˜… 2,613)

πŸ”₯ Visual workflow builder for AI agents powered by Firecrawl - drag-and-drop web scraping pipelines with real-time execution

μ˜€λ„ˆμ˜ λ‹€λ₯Έ 레포

firecrawl β˜… 170,391

웹을 λŒ€κ·œλͺ¨λ‘œ 검색, μŠ€ν¬λž©ν•˜κ³  μƒν˜Έμž‘μš©ν•˜κΈ° μœ„ν•œ Context APIμž…λ‹ˆλ‹€. πŸ”₯

TypeScript
open-lovable β˜… 28,312

πŸ”₯ 단 λͺ‡ 초 λ§Œμ— μ–΄λ–€ μ›Ήμ‚¬μ΄νŠΈλ“  ν˜„λŒ€μ μΈ React μ•±μœΌλ‘œ λ³΅μ œν•˜κ³  μž¬μ°½μ‘°ν•˜μ„Έμš”

TypeScript
anydoc β˜… 17,722

Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, 그리고 PDF νŒŒμΌμ„ κΉ”λ”ν•œ Markdown으둜 λ³€ν™˜ν•˜μ„Έμš”. Rust둜 μ œμž‘λ˜μ—ˆμœΌλ©°, Node.js와 Python 바인딩을 μ œκ³΅ν•©λ‹ˆλ‹€.

Rust
pdf-inspector β˜… 16,426

PDF 검사, λΆ„λ₯˜ 및 ν…μŠ€νŠΈ μΆ”μΆœμ„ μœ„ν•œ λΉ λ₯Έ Rust λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€. μŠ€μΊ”λœ PDF와 ν…μŠ€νŠΈ 기반 PDFλ₯Ό μ§€λŠ₯적으둜 κ°μ§€ν•˜μ—¬ 슀마트 λΌμš°νŒ… 결정을 내릴 수 있게 ν•΄μ€λ‹ˆλ‹€.

Rust
firecrawl-mcp-server β˜… 7,285

πŸ”₯ 곡식 Firecrawl MCP Server - Cursor, Claude 및 기타 LLM ν΄λΌμ΄μ–ΈνŠΈμ— κ°•λ ₯ν•œ μ›Ή μŠ€ν¬λž˜ν•‘κ³Ό 검색 κΈ°λŠ₯을 μΆ”κ°€ν•©λ‹ˆλ‹€.

JavaScript
fireplexity β˜… 1,953

πŸ”₯ Open Source Perplexity like AI search engine with real-time citations, streaming responses, and live data powered by Firecrawl

TypeScript

파일 탐색기

  • .eslintrc.json
  • .gitignore
  • .npmrc
  • colors.json
  • convex.json
  • next-env.d.ts
  • next.config.js
  • package-lock.json
  • package.json
  • postcss.config.js
  • proxy.ts
  • README.md
  • repomix.config.json
  • tailwind.config.ts
  • tsconfig.json
  • tsconfig.tsbuildinfo

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

git clone

μ„€λͺ… 보기 β–Ό

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

πŸ”

npm install

μ„€λͺ… 보기 β–Ό

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

πŸ”

npm run

μ„€λͺ… 보기 β–Ό

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

πŸ”

npm start

μ„€λͺ… 보기 β–Ό

This command is an alias of `npm run start`.

tldr npm run

View documentation for the original command:

πŸ”

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`의 μ˜μ‘΄μ„± λͺ©λ‘μ— μΆ”κ°€:

πŸ”

npx

μ„€λͺ… 보기 β–Ό

이 λͺ…령은 `npm exec`의 λ³„μΉ­μž…λ‹ˆλ‹€.

tldr npm exec

μžμ„Έν•œ λ‚΄μš©μ€ 원본 λͺ…령을 μ°Έκ³ ν•˜μ„Έμš”:

πŸ”

vercel

μ„€λͺ… 보기 β–Ό

λ‹Ήμ‹ μ˜ Vercel ν”„λ‘œμ νŠΈλ“€μ„ κ΄€λ¦¬ν•˜κ³  λ°°ν¬ν•˜μ„Έμš”.
더 λ§Žμ€ 정보: <https://vercel.com/docs/cli>.

vercel

ν˜„μž¬ 디렉토리λ₯Ό 배포:

vercel --prod

ν˜„μž¬ 디렉토리λ₯Ό ν”„λ‘œλ•μ…˜μ— 배포:

vercel {{path/to/project}}

νŠΉμ • 디렉토리λ₯Ό 배포:

// repository documentation