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

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

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

8 مستودعات

Awesome GitHub RepositoriesStyle Guides

Language-specific documentation for code formatting and readability.

Distinct from Python Development Guides: Specifically covers the official Python style guide (PEP 8) rather than general development workflows

Explore 8 awesome GitHub repositories matching development tools & productivity · Style Guides. Refine with filters or upvote what's useful.

Awesome Style Guides GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • thoughtbot/guidesالصورة الرمزية لـ thoughtbot

    thoughtbot/guides

    9,556عرض على GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Enforces code consistency and readability by adhering to the official Python style guide.

    Ruby
    عرض على GitHub↗9,556
  • angular-fullstack/generator-angular-fullstackالصورة الرمزية لـ angular-fullstack

    angular-fullstack/generator-angular-fullstack

    6,095عرض على GitHub↗

    This is a Yeoman generator that produces complete full-stack web application project skeletons, combining an AngularJS frontend with an Express.js backend. It scaffolds a MEAN stack project structure with MongoDB, including optional OAuth authentication and real-time WebSocket communication capabilities. The generator produces a complete project skeleton with a live-reload development server, preconfigured build and testing tools, and environment-specific configuration files. It includes role-based authentication with local and social login strategies, route protection, and admin user managem

    Creates client-side routes with components, templates, stylesheets, unit tests, and routing files via subgenerators.

    JavaScriptangularbabelfull-stack
    عرض على GitHub↗6,095
  • toddmotto/angularjs-styleguideالصورة الرمزية لـ toddmotto

    toddmotto/angularjs-styleguide

    5,919عرض على GitHub↗

    This is a style guide for structuring AngularJS applications using a component-based architecture. It provides a set of conventions for organizing code into self-contained modules, each encapsulating its own logic, templates, and routing. The guide promotes a modular application structure built from root, component, common, and feature modules to improve maintainability and reusability. The guide establishes a one-way data flow pattern where parent components pass data to children through bindings, and children communicate changes back up through events. It distinguishes between stateful comp

    Provides comprehensive style guidelines for structuring AngularJS applications with modular components and one-way data flow.

    angularangularjses2015
    عرض على GitHub↗5,919
  • mgcrea/angular-strapالصورة الرمزية لـ mgcrea

    mgcrea/angular-strap

    5,673عرض على GitHub↗

    Angular-strap is a collection of pre-built AngularJS 1.x directives that wrap Bootstrap 3 components into reusable UI widgets and interactive behaviors. It provides native AngularJS 1.2+ directives for common UI patterns including datepickers, popovers, and scroll-based navigation, turning Bootstrap 3 markup into interactive widgets such as tabs, alerts, and side panels. The library wraps Bootstrap 3 jQuery plugins as AngularJS directives using the compile and link phases for DOM manipulation. It offers a set of AngularJS directives implementing Bootstrap 3 UI components like modals, tooltips

    Set of AngularJS 1.2+ directives providing Bootstrap 3-styled UI elements.

    JavaScript
    عرض على GitHub↗5,673
  • yeoman/generator-angularالصورة الرمزية لـ yeoman

    yeoman/generator-angular

    5,675عرض على GitHub↗

    This is a Yeoman generator that scaffolds AngularJS projects and components. It automates the setup of a complete AngularJS application with boilerplate code, directory structure, and optional dependencies, while also providing standalone sub-generators for creating controllers, directives, filters, services, views, and routes. The generator handles module registration automatically, injecting generated files into the AngularJS module system and patching route configuration files when new routes are created. It supports generating code in CoffeeScript or TypeScript through a command-line flag

    Generates a route configuration along with its controller and view files in one command.

    JavaScript
    عرض على GitHub↗5,675
  • mgechev/angularjs-style-guideالصورة الرمزية لـ mgechev

    mgechev/angularjs-style-guide

    4,925عرض على GitHub↗

    This project is a comprehensive set of architectural patterns, coding standards, and reference materials for AngularJS applications. It establishes a structural approach for separating business logic into injectable services and restricting document object model manipulation to directives. The guide provides a standardized framework for project organization through consistent naming conventions, directory hierarchies, and module structuring. It emphasizes the use of isolated scopes for component encapsulation and explicit array notation for dependency injection to ensure stability during code

    Establishes standardized naming conventions and project organization rules for consistency across codebases.

    عرض على GitHub↗4,925
  • invertase/rdash-angularالصورة الرمزية لـ invertase

    invertase/rdash-angular

    4,648عرض على GitHub↗

    rdash-angular is an AngularJS admin dashboard theme and component library designed for building administrative interfaces. It provides a set of pre-configured directives and responsive layout tools to create management consoles and internal tools. The project integrates the Bootstrap UI framework to provide consistent styling and interactive elements such as modals and tooltips. It focuses on structuring enterprise web layouts through a collection of specialized directives. The library includes capabilities for data table visualization to organize entity lists and attributes, as well as load

    Integrates a toolkit of Bootstrap-styled UI elements like modals and tooltips within the AngularJS environment.

    HTML
    عرض على GitHub↗4,648
  • amontalenti/elements-of-python-styleالصورة الرمزية لـ amontalenti

    amontalenti/elements-of-python-style

    3,489عرض على GitHub↗

    This project is a comprehensive Python style guide and technical reference designed to promote the creation of clean, maintainable, and idiomatic code. It provides a set of opinionated guidelines and architectural patterns focusing on functional and declarative programming to reduce complexity and improve overall code quality. The guide establishes specific standards for naming conventions, module organization, and project layout. It emphasizes reducing object coupling by favoring modules and functions over deep class hierarchies and offers technical standards for writing docstrings and marku

    Supplies opinionated guidelines for writing clean, maintainable, and idiomatic Python code.

    code-stylecodestyledocumentation
    عرض على GitHub↗3,489
  1. Home
  2. Development Tools & Productivity
  3. Python Development Guides
  4. Style Guides

استكشف الوسوم الفرعية

  • AngularJS5 وسوم فرعيةGuidelines for structuring AngularJS applications with modular components, one-way data flow, and clear separation of concerns. **Distinct from Style Guides:** Distinct from Style Guides: specifically provides style guidance for AngularJS applications, not general language formatting.