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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesExecutable Entry Points

Dedicated code blocks that define how a program handles arguments and exit codes upon execution.

Distinct from Compiler Entry Point Configuration: Focuses on the execution entry point for the final binary/script rather than the compiler's root source file

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Executable Entry Points. Refine with filters or upvote what's useful.

Awesome Executable Entry Points GitHub Repositories

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

    amber-lang/amber

    4,731GitHub पर देखें↗

    Amber एक ट्रांसपाइलर है जो हाई-लेवल सोर्स कोड को Bash, Zsh और Ksh के लिए निष्पादन योग्य शेल स्क्रिप्ट में अनुवादित करता है। यह शेल स्क्रिप्ट जनरेशन के लिए एक टाइप-सेफ वातावरण प्रदान करता है, जो स्टेटिक टाइप वैलिडेशन और स्टैंडअलोन निष्पादन योग्य स्क्रिप्ट बनाने की अनुमति देता है। यह प्रोजेक्ट एक संकलन प्रक्रिया के माध्यम से खुद को अलग करता है जिसमें आउटपुट आकार को कम करने के लिए ट्री-शेकिंग इम्पोर्ट ऑप्टिमाइज़ेशन और कस्टम हेडर व फ़ुटर के लिए टेम्प्लेट-आधारित स्क्रिप्ट रैपिंग शामिल है। यह कई फ़ाइलों में कोड पुन: उपयोग को प्रबंधित करने के लिए विज़िबिलिटी कंट्रोल्स के साथ एक मॉड्यूल-आधारित निर्भरता रिज़ॉल्यूशन सिस्टम का उपयोग करता है। यह भाषा व्यापक ऑटोमेशन क्षमताओं को कवर करती है, जिसमें व्यापक फ़ाइलसिस्टम मैनेजमेंट, प्रोसेस कंट्रोल, और HTTP के माध्यम से नेटवर्क संचार शामिल है। यह टेक्स्ट प्रोसेसिंग, डेटा मैनिपुलेशन, दिनांक और समय प्रबंधन, और सिस्टम इंट्रोस्पेक्शन के लिए इन-बिल्ट यूटिलिटीज़ प्रदान करती है। टूलसेट में लॉजिक वेरिफिकेशन के लिए एक एकीकृत टेस्ट रनर और सोर्स कमेंट्स से स्वचालित रूप से Markdown प्रोजेक्ट डॉक्यूमेंटेशन उत्पन्न करने के लिए एक यूटिलिटी शामिल है।

    Provides a dedicated code block for handling arguments and exit codes during direct execution of scripts.

    Rustbashbash-scriptingcompilers
    GitHub पर देखें↗4,731
  • gradleup/shadowGradleUp का अवतार

    GradleUp/shadow

    4,204GitHub पर देखें↗

    Shadow is a Gradle plugin used to create fat JARs by bundling a JVM application and all its runtime dependencies into a single executable archive. It functions as a dependency bundler and archive generator, simplifying distribution by merging multiple library files into one artifact. The project is distinguished by its ability to perform bytecode package relocation, which renames package paths and import statements to prevent classpath version conflicts. It also provides resource merging tools that combine files with identical paths using custom text or XML transformers and produces reproduci

    Configures the application entry point and classpath via metadata within the archive manifest.

    Kotlinbuildbundlingfat-jar
    GitHub पर देखें↗4,204
  • cake-build/cakecake-build का अवतार

    cake-build/cake

    4,179GitHub पर देखें↗

    Cake is a cross-platform build automation system and scripting framework that allows users to define software build pipelines using C# scripts. It functions as a CI/CD pipeline orchestrator and build runner, providing a strongly-typed domain-specific language to simplify the orchestration of compilation, testing, and packaging processes across Windows, Linux, and macOS. The system ensures reproducible build environments by pinning the versions of build tools, modules, and dependencies. It distinguishes itself by enabling a C# scripting workflow with full IDE support, including autocomplete, s

    Provides dedicated execution paths that run prior to the main build logic for setup and initialization.

    C#build-automationbuild-automation-toolbuild-tool
    GitHub पर देखें↗4,179
  1. Home
  2. Programming Languages & Runtimes
  3. Program Entry Points
  4. Executable Entry Points

सब-टैग एक्सप्लोर करें

  • Manifest Execution ConfigurationDefining the application entry point and classpath within an archive manifest. **Distinct from Executable Entry Points:** Distinct from executable entry points: specifically focuses on the manifest-based metadata that directs the JVM runtime.