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
·
navdeep-G avatar

navdeep-G/samplemod

0
View on GitHub↗
4,890 stars·1,434 forks·Python·BSD-2-Clause·5 vues

Samplemod

samplemod est un générateur de squelette de projet et un templateur de répertoire conçu pour automatiser la création de layouts de dossiers initiaux et de fichiers essentiels pour de nouveaux développements logiciels. Il fonctionne comme un bootstrapper de projet Python qui génère des structures de répertoire standardisées et des fichiers de configuration pour organiser le code source, les tests et la documentation.

L'utilitaire emploie une mise en échafaudage pilotée par configuration et un blueprinting du système de fichiers pour dériver les layouts de projet à partir de paramètres définis par l'utilisateur. Il utilise la génération de code basée sur des templates et l'injection d'assets statiques pour peupler de nouveaux projets avec des fichiers de base, tels que des READMEs et des templates gitignore.

Le projet se concentre sur la configuration de l'environnement de développement Python et l'organisation du projet pour assurer une structure de base de code cohérente à travers différents environnements.

Features

  • Python Project Scaffolders - Generates a standardized directory structure and essential configuration files specifically for new Python projects.
  • Directory Hierarchy Blueprints - Implements a consistent project hierarchy by generating folders and files from a static structural map.
  • Configuration-Driven Scaffolding - Provides a mechanism to derive the final project layout and metadata from a centralized set of user-defined parameters.
  • Project Scaffolders - Functions as a utility that automates the creation of initial folder layouts and essential files for new software developments.
  • Python Development Tools - Provides specialized utilities for preparing the initial file structure and essential configurations for Python applications.
  • Template-Based Code Generators - Produces standard directory structures and configuration files by injecting variables into predefined boilerplate templates.
  • Boilerplate Asset Injectors - Populates new projects with essential baseline files such as READMEs and gitignore templates during initialization.
  • Standardized Layouts - Sets up a consistent folder layout for source code, tests, and documentation to maintain a clean codebase.

Historique des stars

Graphique de l'historique des stars pour navdeep-g/samplemodGraphique de l'historique des stars pour navdeep-g/samplemod

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

Alternatives open source à Samplemod

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Samplemod.
  • yeoman/generator-mobileAvatar de yeoman

    yeoman/generator-mobile

    913Voir sur GitHub↗

    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 tec

    JavaScript
    Voir sur GitHub↗913
  • 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
  • supnate/rekitAvatar de supnate

    supnate/rekit

    4,429Voir sur GitHub↗

    Rekit is a development toolkit for building scalable web applications, providing a modular framework and automated project scaffolding. It functions as an extensible environment for managing the architecture of applications built with React, Redux, and React Router, utilizing a feature-sliced design to organize components, state logic, and routing into decoupled, domain-specific modules. The toolkit distinguishes itself through a plugin-based extensibility system that allows for the creation of custom project element types and the modification of default scaffolding behaviors. It features a R

    JavaScriptreactreact-routerredux
    Voir sur GitHub↗4,429
  • amanvarshney01/create-better-t-stackAvatar de AmanVarshney01

    AmanVarshney01/create-better-t-stack

    5,507Voir sur GitHub↗

    create-better-t-stack is a full-stack boilerplate generator and TypeScript project scaffolder. It functions as an interactive CLI stack builder that automates the initialization of development environments by combining specific frontend, backend, database, and API technologies. The system operates as a type-safe boilerplate engine, using a configuration mapper to ensure end-to-end type safety across the entire application architecture. It utilizes a visual interface and prompt-based configuration to help users select compatible runtimes and libraries, which the tool then translates into a cus

    TypeScriptbetter-authbunclack-prompt
    Voir sur GitHub↗5,507
Voir les 30 alternatives à Samplemod→

Questions fréquentes

Que fait navdeep-g/samplemod ?

samplemod est un générateur de squelette de projet et un templateur de répertoire conçu pour automatiser la création de layouts de dossiers initiaux et de fichiers essentiels pour de nouveaux développements logiciels. Il fonctionne comme un bootstrapper de projet Python qui génère des structures de répertoire standardisées et des fichiers de configuration pour organiser le code source, les tests et la documentation.

Quelles sont les fonctionnalités principales de navdeep-g/samplemod ?

Les fonctionnalités principales de navdeep-g/samplemod sont : Python Project Scaffolders, Directory Hierarchy Blueprints, Configuration-Driven Scaffolding, Project Scaffolders, Python Development Tools, Template-Based Code Generators, Boilerplate Asset Injectors, Standardized Layouts.

Quelles sont les alternatives open-source à navdeep-g/samplemod ?

Les alternatives open-source à navdeep-g/samplemod incluent : yeoman/generator-mobile — This project is a command-line scaffolding tool designed to automate the initial setup of web and mobile-first… christianlempa/boilerplates — This project is a project scaffolding engine and template-based code generator. It provides a modular project template… supnate/rekit — Rekit is a development toolkit for building scalable web applications, providing a modular framework and automated… amanvarshney01/create-better-t-stack — create-better-t-stack is a full-stack boilerplate generator and TypeScript project scaffolder. It functions as an… 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…