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

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

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

yeoman/generator-mobileArchived

0
View on GitHub↗
913 نجوم·97 تفرعات·JavaScript·11 مشاهداتyeoman.io↗

Generator Mobile

This project is a command-line scaffolding tool designed to automate the initial setup of web and mobile-first development projects. It functions as a generator that creates standardized file structures and build configurations, providing a consistent foundation for new applications.

The tool utilizes an interactive terminal-based prompt system to gather user input, which drives the generation of project manifests and environment-specific scripts. By employing a modular architecture, it allows for the integration of independent generator modules and external build tools to handle specific technology stacks and repetitive development workflows.

Beyond initial project creation, the utility facilitates the configuration of deployment pipelines. It generates the necessary manifest files and build scripts to automate the delivery of web applications to various hosting services, cloud platforms, and remote servers.

Features

  • Yeoman Generators - Provides a modular scaffolding framework that creates standardized file structures and build configurations for web and mobile projects.
  • Project Generators - Automates the creation of standardized project foundations and configuration files using interactive terminal prompts.
  • Interactive Command Line Interfaces - Provides an interactive terminal interface that processes user input to drive modular project setup tasks.
  • Frontend Development Environments - Streamlines frontend development by automating project setup and integrating standardized build tools.
  • Configuration-Driven Scaffolding - Initializes project structures and configuration files based on predefined templates and user-driven settings.
  • Mobile Project Scaffolders - Accelerates the setup of mobile-first web applications using standardized starter kits and project structures.
  • Project Scaffolders - Automates the initial setup of project manifests and build pipelines for web applications.
  • Project Scaffolding Tools - Generates standardized project structures for mobile-first web applications based on established starter kits.
  • Template-Based Code Generators - Transforms logic templates and file structures into consistent project foundations for new development environments.
  • Command-Line Interfaces - Orchestrates the project lifecycle and build configuration through an interactive command-line interface.
  • Plugin-Based Architectures - Extends core functionality by loading independent generator modules to handle specific technology stacks.

سجل النجوم

مخطط تاريخ النجوم لـ yeoman/generator-mobileمخطط تاريخ النجوم لـ yeoman/generator-mobile

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

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

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

Start searching with AI

مجموعات مختارة تضم Generator Mobile

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

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

ما هي وظيفة yeoman/generator-mobile؟

This project is a command-line scaffolding tool designed to automate the initial setup of web and mobile-first development projects. It functions as a generator that creates standardized file structures and build configurations, providing a consistent foundation for new applications.

ما هي الميزات الرئيسية لـ yeoman/generator-mobile؟

الميزات الرئيسية لـ yeoman/generator-mobile هي: Yeoman Generators, Project Generators, Interactive Command Line Interfaces, Frontend Development Environments, Configuration-Driven Scaffolding, Mobile Project Scaffolders, Project Scaffolders, Project Scaffolding Tools.

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

تشمل البدائل مفتوحة المصدر لـ yeoman/generator-mobile: christianlempa/boilerplates — This project is a project scaffolding engine and template-based code generator. It provides a modular project template… navdeep-g/samplemod — samplemod is a project scaffold generator and directory templater designed to automate the creation of initial folder… expressjs/generator — This project is a command-line utility designed to automate the initialization and scaffolding of web applications. It… react-webpack-generators/generator-react-webpack — This project is a command-line utility designed to automate the initialization and maintenance of React application… melkeydev/go-blueprint — go-blueprint is a project generator and scaffolding tool for creating Go applications. It functions as a framework… spring-io/initializr — Initializr is a project bootstrapper for JVM-based applications, specifically designed to generate initial directory…

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Generator Mobile.
  • christianlempa/boilerplatesالصورة الرمزية لـ ChristianLempa

    ChristianLempa/boilerplates

    7,831عرض على GitHub↗

    This project is a project scaffolding engine and template-based code generator. It provides a modular project template library and a command-line tool designed to generate standardized directory structures and configuration files from reusable skeletons. The system uses variable injection and custom delimiters to render project skeletons into concrete files. It includes a mechanism for synchronizing shared template collections via version control repositories and a utility for uploading generated files and secrets to remote hosts using secure shell protocols. The tool covers automated projec

    Pythonansibledockerdocker-compose
    عرض على GitHub↗7,831
  • navdeep-g/samplemodالصورة الرمزية لـ navdeep-G

    navdeep-G/samplemod

    4,890عرض على GitHub↗

    samplemod is a project scaffold generator and directory templater designed to automate the creation of initial folder layouts and essential files for new software developments. It functions as a Python project bootstrapper that generates standardized directory structures and configuration files to organize source code, tests, and documentation. The utility employs configuration-driven scaffolding and file-system blueprinting to derive project layouts from user-defined parameters. It uses template-based code generation and static asset injection to populate new projects with baseline files, su

    Pythonpython
    عرض على GitHub↗4,890
  • expressjs/generatorالصورة الرمزية لـ expressjs

    expressjs/generator

    1,853عرض على GitHub↗

    This project is a command-line utility designed to automate the initialization and scaffolding of web applications. It establishes a standardized directory structure and generates the necessary boilerplate configuration files required to bootstrap a new server environment. The tool distinguishes itself by offering customizable project generation, allowing users to select specific view engines and stylesheet preprocessors during the setup process. It dynamically updates dependency manifests and configures version control ignore files to ensure the resulting environment is ready for immediate d

    JavaScriptexpressgeneratorjavascript
    عرض على GitHub↗1,853
  • react-webpack-generators/generator-react-webpackالصورة الرمزية لـ react-webpack-generators

    react-webpack-generators/generator-react-webpack

    2,851عرض على GitHub↗

    This project is a command-line utility designed to automate the initialization and maintenance of React application environments. It provides a structured foundation for new projects by scaffolding pre-configured build settings, directory layouts, and testing environments, allowing developers to jumpstart their workflows with standardized configurations. The tool distinguishes itself through its integrated approach to both project scaffolding and ongoing development tasks. Beyond initial setup, it includes generators for creating standardized user interface components, complete with associate

    JavaScript
    عرض على GitHub↗2,851
عرض جميع البدائل الـ 30 لـ Generator Mobile→