awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yeoman avatar

yeoman/generator-mobileArchived

0
View on GitHub↗
yeoman.io↗

Generator Mobile

Ce projet est un outil de scaffolding en ligne de commande conçu pour automatiser la configuration initiale de projets de développement web et mobile. Il fonctionne comme un générateur qui crée des structures de fichiers et des configurations de build standardisées, fournissant une base cohérente pour les nouvelles applications.

L'outil utilise un système d'invite interactif basé sur le terminal pour recueillir les entrées de l'utilisateur, ce qui pilote la génération de manifestes de projet et de scripts spécifiques à l'environnement. En employant une architecture modulaire, il permet l'intégration de modules générateurs indépendants et d'outils de build externes pour gérer des piles technologiques spécifiques et des flux de travail de développement répétitifs.

Au-delà de la création initiale du projet, l'utilitaire facilite la configuration des pipelines de déploiement. Il génère les fichiers manifestes et les scripts de build nécessaires pour automatiser la livraison des applications web vers divers services d'hébergement, plateformes cloud et serveurs distants.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

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.
913 stars·97 forks·JavaScript·4 vues

Historique des stars

Graphique de l'historique des stars pour yeoman/generator-mobileGraphique de l'historique des stars pour yeoman/generator-mobile

Collections incluant Generator Mobile

Sélections manuelles où Generator Mobile apparaît.
  • Outils de gestion de monorepo

Alternatives open source à Generator Mobile

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Generator Mobile.
  • christianlempa/boilerplatesAvatar de ChristianLempa

    ChristianLempa/boilerplates

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

    navdeep-G/samplemod

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

    expressjs/generator

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

    react-webpack-generators/generator-react-webpack

    2,851Voir sur 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
    Voir sur GitHub↗2,851
Voir les 30 alternatives à Generator Mobile→

Questions fréquentes

Que fait yeoman/generator-mobile ?

Ce projet est un outil de scaffolding en ligne de commande conçu pour automatiser la configuration initiale de projets de développement web et mobile. Il fonctionne comme un générateur qui crée des structures de fichiers et des configurations de build standardisées, fournissant une base cohérente pour les nouvelles applications.

Quelles sont les fonctionnalités principales de yeoman/generator-mobile ?

Les fonctionnalités principales de yeoman/generator-mobile sont : Yeoman Generators, Project Generators, Interactive Command Line Interfaces, Frontend Development Environments, Configuration-Driven Scaffolding, Mobile Project Scaffolders, Project Scaffolders, Project Scaffolding Tools.

Quelles sont les alternatives open-source à yeoman/generator-mobile ?

Les alternatives open-source à yeoman/generator-mobile incluent : 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…