awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yeoman avatar

yeoman/generator-mobileArchived

0
View on GitHub↗
913 estrellas·97 forks·JavaScript·11 vistasyeoman.io↗

Generator Mobile

Este proyecto es una herramienta de scaffolding de línea de comandos diseñada para automatizar la configuración inicial de proyectos de desarrollo web y móvil. Funciona como un generador que crea estructuras de archivos y configuraciones de compilación estandarizadas, proporcionando una base consistente para nuevas aplicaciones.

La herramienta utiliza un sistema de prompts interactivo basado en terminal para recopilar la entrada del usuario, lo que impulsa la generación de manifiestos de proyecto y scripts específicos del entorno. Al emplear una arquitectura modular, permite la integración de módulos generadores independientes y herramientas de compilación externas para manejar stacks tecnológicos específicos y flujos de trabajo de desarrollo repetitivos.

Más allá de la creación inicial del proyecto, la utilidad facilita la configuración de pipelines de despliegue. Genera los archivos de manifiesto y scripts de compilación necesarios para automatizar la entrega de aplicaciones web a varios servicios de alojamiento, plataformas en la nube y servidores remotos.

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.

Historial de estrellas

Gráfico del historial de estrellas de yeoman/generator-mobileGráfico del historial de estrellas de yeoman/generator-mobile

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Generator Mobile

Colecciones seleccionadas manualmente donde aparece Generator Mobile.
  • Herramientas para gestión de monorepos

Alternativas open-source a Generator Mobile

Proyectos open-source similares, clasificados según cuántas características comparten con Generator Mobile.
  • christianlempa/boilerplatesAvatar de ChristianLempa

    ChristianLempa/boilerplates

    7,831Ver en 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
    Ver en GitHub↗7,831
  • navdeep-g/samplemodAvatar de navdeep-G

    navdeep-G/samplemod

    4,890Ver en 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
    Ver en GitHub↗4,890
  • expressjs/generatorAvatar de expressjs

    expressjs/generator

    1,853Ver en 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
    Ver en GitHub↗1,853
  • react-webpack-generators/generator-react-webpackAvatar de react-webpack-generators

    react-webpack-generators/generator-react-webpack

    2,851Ver en 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
    Ver en GitHub↗2,851
Ver las 30 alternativas a Generator Mobile→

Preguntas frecuentes

¿Qué hace yeoman/generator-mobile?

Este proyecto es una herramienta de scaffolding de línea de comandos diseñada para automatizar la configuración inicial de proyectos de desarrollo web y móvil. Funciona como un generador que crea estructuras de archivos y configuraciones de compilación estandarizadas, proporcionando una base consistente para nuevas aplicaciones.

¿Cuáles son las características principales de yeoman/generator-mobile?

Las características principales de yeoman/generator-mobile son: Yeoman Generators, Project Generators, Interactive Command Line Interfaces, Frontend Development Environments, Configuration-Driven Scaffolding, Mobile Project Scaffolders, Project Scaffolders, Project Scaffolding Tools.

¿Qué alternativas de código abierto existen para yeoman/generator-mobile?

Las alternativas de código abierto para yeoman/generator-mobile incluyen: 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…