awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesDependency-Inlined Scripts

Running shell commands with access to specified npm packages without needing a separate project or global install.

Distinct from Package Script Execution: Distinct from Package Script Execution: focuses on running inline scripts with package dependencies, not predefined scripts in package manifests.

Explore 1 awesome GitHub repository matching development tools & productivity · Dependency-Inlined Scripts. Refine with filters or upvote what's useful.

Awesome Dependency-Inlined Scripts GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • zkat/npxzkat का अवतार

    zkat/npx

    2,623GitHub पर देखें↗

    npx is a tool that combines Node version management, on-demand package running, caching installation, remote execution, and shell command fallback into a single interface. It functions as an npm package runner that executes binaries on demand without requiring a global or local install, while also serving as an on-demand package installer that downloads and caches packages automatically before running their commands. The tool distinguishes itself through its ability to install and use specific Node.js versions on the fly for executing commands or scripts, and by replacing the shell's default

    Running shell commands with access to specified npm packages without needing a separate project or global install.

    JavaScriptclinpmpackage-manager
    GitHub पर देखें↗2,623
  1. Home
  2. Development Tools & Productivity
  3. Package Script Execution
  4. Dependency-Inlined Scripts