JSPM

codeoxy-ai

0.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q36235F
    • License MIT

    Çoklu AI aracı + LLM Wiki proje iskeleti — npx codeoxy-ai init ile kurulum

    Package Exports

      This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (codeoxy-ai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

      Readme

      codeoxy-ai

      npm paketi: çoklu AI aracı + LLM Wiki şablonunu projeye kopyalar.

      Kullanım

      cd my-project
      npx codeoxy-ai init

      init sonrası .agents/ altını düzenleyin; diğer IDE kopyaları için:

      npx codeoxy-ai sync

      (Mevcut dizinde scripts/sync.cjs olmalı.)

      Üzerine yazma:

      npx codeoxy-ai init --force

      npm’de yayınlama

      1. npmjs.com hesabı oluşturun; npm login.
      2. Paket adı codeoxy-ai doluysa package.json içinde "name" alanını benzersiz bir isme değiştirin (ör. @senin-scope/codeoxy-ai veya codeoxy-ai-cli).
      3. npm publish --access public (scoped isimde --access public genelde gerekir).

      Önce kontrol: npm pack --dry-run.

      Geliştirme

      Şablon template/ altında. Yerel test:

      node bin/cli.js init

      Şablon özeti

      Tek merkez: .agents/ (kurallar, skills, manifest, docs, şema). Detay: template/.agents/README.md.

      Upstream LLM Wiki: nashsu/llm_wiki.