awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/vscode-generator-code

0
View on GitHub↗
1,603 نجوم·255 تفرعات·JavaScript·4 مشاهدات

Vscode Generator Code

هذا المشروع هو أداة سطر أوامر مصممة لأتمتة تهيئة وسقالات مشاريع تطوير البرمجيات الجديدة. يوفر إطار عمل قياسي لتوليد هياكل الدليل وملفات التكوين اللازمة للبدء في بناء ملحقات مخصصة لمحرر Visual Studio Code.

تستخدم الأداة إطار عمل مولد نمطي لتنفيذ قوالب محددة مسبقاً، مما يسمح للمستخدمين بتخصيص إعداد مشروعهم من خلال علامات سطر الأوامر. يدعم اختيار مديري الحزم المحددين، وأدوات التجميع، وإعدادات التهيئة لضمان نقطة بداية متسقة لمهام التطوير.

للحفاظ على نظام مضيف نظيف، يدعم المولد تنفيذ عملية السقالات داخل حاوية معزولة. يمنع هذا النهج تلوث التبعية من خلال ضمان إدارة أدوات البناء وبيئات التشغيل المطلوبة داخل بيئة افتراضية بدلاً من تثبيتها مباشرة على الجهاز المضيف.

Features

  • Extension Scaffolders - Generates the complete directory structure and configuration files required to begin developing custom editor extensions.
  • Project Scaffolding - Standardizes the setup of new software projects by generating boilerplate code and configuration files via a command-line interface.
  • Yeoman Generators - Utilizes a modular generator framework to assemble project files and configurations based on user input.
  • Boilerplate Code Generators - Uses predefined templates to automate the creation of boilerplate code and project structures for new development environments.
  • Containerized Development Environments - Enables running the scaffolding process inside a container to ensure a consistent and isolated development environment.
  • Project Scaffolding and Configuration - Allows users to customize project generation through command-line flags for package managers, bundling tools, and initialization settings.
  • VS Code Extensions - Provides the foundational structure and configuration files needed to build and publish custom editor plugins.
  • Extension Scaffolders - Provides a command-line tool for generating the directory structure and configuration files required to build custom extensions.
  • Containerized Execution Environments - Supports executing the scaffolding process within an isolated container to prevent host system dependency pollution.
  • Yeoman Generators - Automates the creation of new development projects by executing predefined templates and configuration scripts using a modular framework.

سجل النجوم

مخطط تاريخ النجوم لـ microsoft/vscode-generator-codeمخطط تاريخ النجوم لـ microsoft/vscode-generator-code

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Vscode Generator Code

مجموعات منسقة بعناية يظهر فيها Vscode Generator Code.
  • هيكل معياري لمجلدات المشاريع
  • أدوات إدارة المستودعات الموحدة (Monorepo)

بدائل مفتوحة المصدر لـ Vscode Generator Code

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Vscode Generator Code.
  • moonrepo/moonالصورة الرمزية لـ moonrepo

    moonrepo/moon

    3,687عرض على GitHub↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Rustbuild-systembuild-toolbun
    عرض على GitHub↗3,687
  • vuejs/create-vueالصورة الرمزية لـ vuejs

    vuejs/create-vue

    4,325عرض على GitHub↗

    create-vue is the official project scaffolding tool for Vue.js applications. It generates a standardized Vue project structure with Vite as the default build tool and development server, and optionally configures TypeScript integration for type-safe development from the start. The tool supports both interactive prompt-based scaffolding and CLI flag-driven automation, allowing users to either walk through feature selection via terminal prompts or skip directly to a pre-configured project by passing flags like --typescript or --router as command-line arguments. It also includes legacy versi

    Vuevitevuevue3
    عرض على GitHub↗4,325
  • jasongt/cleanarchitectureالصورة الرمزية لـ JasonGT

    JasonGT/CleanArchitecture

    20,216عرض على GitHub↗

    This project is an ASP.NET Core solution template and boilerplate that implements a clean architecture pattern for building enterprise applications and web API backends. It provides a standardized project scaffold designed to separate business logic from infrastructure and user interfaces to ensure high testability and low coupling. The project features a database agnostic structure that allows for switching persistence providers without altering core business logic. It includes a command line tool for enterprise application bootstrapping, enabling the automated generation of project structur

    C#
    عرض على GitHub↗20,216
  • amir9480/vscode-laravel-extra-intellisenseالصورة الرمزية لـ amir9480

    amir9480/vscode-laravel-extra-intellisense

    4,115عرض على GitHub↗

    This is a Visual Studio Code extension that provides framework-specific IntelliSense for Laravel projects. It acts as a project metadata provider, scanning PHP files and extracting application state to offer intelligent autocomplete for routes, views, configuration keys, and model attributes. The tool includes a specialized suggestion engine for Blade templates, providing autocomplete for directives, sections, and stacks. It supports containerized development by routing commands through virtual environments or custom paths to ensure metadata is accurately extracted from isolated project direc

    TypeScriptautocompleteintellisenselaravel
    عرض على GitHub↗4,115
عرض جميع البدائل الـ 30 لـ Vscode Generator Code→

الأسئلة الشائعة

ما هي وظيفة microsoft/vscode-generator-code؟

هذا المشروع هو أداة سطر أوامر مصممة لأتمتة تهيئة وسقالات مشاريع تطوير البرمجيات الجديدة. يوفر إطار عمل قياسي لتوليد هياكل الدليل وملفات التكوين اللازمة للبدء في بناء ملحقات مخصصة لمحرر Visual Studio Code.

ما هي الميزات الرئيسية لـ microsoft/vscode-generator-code؟

الميزات الرئيسية لـ microsoft/vscode-generator-code هي: Extension Scaffolders, Project Scaffolding, Yeoman Generators, Boilerplate Code Generators, Containerized Development Environments, Project Scaffolding and Configuration, VS Code Extensions, Containerized Execution Environments.

ما هي البدائل مفتوحة المصدر لـ microsoft/vscode-generator-code؟

تشمل البدائل مفتوحة المصدر لـ microsoft/vscode-generator-code: moonrepo/moon — Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It… jasongt/cleanarchitecture — This project is an ASP.NET Core solution template and boilerplate that implements a clean architecture pattern for… vuejs/create-vue — create-vue is the official project scaffolding tool for Vue.js applications. It generates a standardized Vue project… amir9480/vscode-laravel-extra-intellisense — This is a Visual Studio Code extension that provides framework-specific IntelliSense for Laravel projects. It acts as… aschmelyun/docker-compose-laravel — This project provides a containerized orchestration setup designed to standardize local development environments for… microsoft/vscode-tips-and-tricks — This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a…