awesome-repositories.com
Blog
awesome-repositories.com

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

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

Automattic/_sArchived

0
View on GitHub↗
10,985 estrellas·3,028 forks·CSS·GPL-2.0·5 vistasunderscores.me↗

S

This project is a development toolkit and starter kit for creating custom WordPress themes. It provides a standardized scaffolding tool to initialize a minimal codebase and directory structure, serving as a foundation for building custom site designs.

The toolkit includes a build pipeline that automates the compilation of Sass into browser-ready CSS and the generation of mirrored right-to-left stylesheets. It further assists in theme preparation through a translation template generator that extracts translatable strings into portable object files.

The system covers a broad range of development capabilities, including static code linting to verify coding standards, asset bundling to package production-ready archives, and optional boilerplate integration for e-commerce support.

Features

  • WordPress Theme Starter Kits - Provides a foundational starter kit to initialize the codebase and directory structure for custom WordPress themes.
  • Project Scaffolding - Initializes a standardized minimal codebase and directory structure to bootstrap custom WordPress theme development.
  • Custom Theme Development - Provides toolsets for building comprehensive visual layouts and pages to define a custom site design.
  • Theme Development Frameworks - Offers a structured development workflow including automated asset compilation and linting for theme creation.
  • Build Toolchains - Provides a coordinated set of scripts to compile Sass, generate translation templates, and bundle archives.
  • Production Pipelines - Implements a production-ready asset bundler that packages theme files while stripping development tools.
  • Build Automation Scripts - Uses automated scripts to orchestrate the compilation, linting, and bundling of theme assets.
  • Build Toolchains - Implements an automated build toolchain to coordinate asset compilation, linting, and bundling.
  • Sass Compilers - Compiles Sass source files into browser-ready CSS and generates mirrored right-to-left stylesheets.
  • Stylesheet Compilation - Compiles advanced stylesheet syntax into standard CSS for browser compatibility and RTL support.
  • Style Compilers - Transforms preprocessor files into static CSS and generates right-to-left mirrored styles.
  • Build Pipelines - Implements a full build pipeline that automates Sass compilation and production bundling for WordPress themes.
  • Project Bootstrapping Templates - Provides predefined blueprints and templates to generate the initial directory structure for new themes.
  • Build Toolchain Coordinators - Coordinates the sequence of asset compilation and quality checks through a script-based pipeline.
  • Bootstrap Theme Collections - Generates a minimal set of templates and styles to serve as a foundation for unique site designs.
  • Project Scaffolding - Generates a minimal, standardized codebase and directory structure to serve as the starting point for custom themes.
  • Site Theming - Provides a foundation for customizing site-wide visual styles and stylesheets for WordPress.
  • Frontend Asset Compilation - Transforms source stylesheets into browser-ready CSS files as part of the build process.
  • Code Quality and Linting - Provides automated linting to verify that source code adheres to defined coding standards.
  • Localization Starters - Provides a starter kit that automates translatable string extraction and RTL stylesheet generation.
  • Localization Tooling - Extracts translatable strings into POT files and generates right-to-left stylesheets for internationalization.
  • Localization Tools - Ships a generator that extracts translatable strings into portable object files to simplify theme localization.
  • Bundle Distribution Tooling - Packages the theme into a compressed archive by removing development assets for distribution.
  • Code Linters - Provides a static analysis engine that verifies source files against defined coding standards.
  • Theme Linters - Provides a static analysis tool to scan theme files for syntax errors and style violations.
  • Project Bundling - Combines project files into a single distribution archive and removes development-only assets.
  • Static Code Linting - Analyzes source code against style guides to detect syntax errors and consistency violations.
  • Theme Packages - Creates compressed archives of the theme while excluding development and system files for deployment.
  • Translation File Generators - Generates portable object templates by scanning source files for translatable strings to support multi-language localization.
  • Coding Standards - Checks source files against established coding standards to ensure consistency and maintainability.
  • Static Code Analysis Tools - Scans source code for bugs and style violations using static analysis without executing the program.
  • RTL Generation Tools - Includes a utility to generate right-to-left stylesheets for multilingual support.
  • Distribution Preparation - Generates translation templates and bundles the final project into a compressed archive for distribution.
  • Production Packaging - Packages theme files into compressed archives while removing unnecessary source and development tools.
  • Theme Packaging - Creates a compressed archive of the project while excluding unnecessary development files for deployment.
  • Production Asset Bundling - Provides production-ready asset bundling that strips development files and compresses the final theme archive.
  • CSS Build Tools - Ships a build process that compiles stylesheet source files into browser-ready CSS.

Historial de estrellas

Gráfico del historial de estrellas de automattic/_sGráfico del historial de estrellas de automattic/_s

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

Alternativas open-source a S

Proyectos open-source similares, clasificados según cuántas características comparten con S.
  • wordpress/wordpress-coding-standardsAvatar de WordPress

    WordPress/WordPress-Coding-Standards

    2,757Ver en GitHub↗

    WordPress Coding Standards is a collection of rules for the PHP CodeSniffer engine designed to enforce consistent coding conventions and best practices within PHP projects. It functions as a specialized static analysis tool that scans source code to identify style violations, security vulnerabilities, and potential bugs before execution. By integrating into development workflows, it ensures that code adheres to official project conventions, maintaining readability and consistency across large-scale plugin and theme development. The project distinguishes itself through deep domain-specific val

    PHPcoding-conventionsphp-codesnifferphpcs
    Ver en GitHub↗2,757
  • coryhouse/react-slingshotAvatar de coryhouse

    coryhouse/react-slingshot

    9,646Ver en GitHub↗

    react-slingshot is a JavaScript frontend boilerplate and starter kit designed to bootstrap React applications. It provides a pre-configured foundation that integrates React and Redux for state management, alongside routing and a unidirectional data flow. The project features an integrated build pipeline that handles Babel transpilation, Sass compilation, and module bundling. It includes a development environment with hot module replacement and source maps for rapid iteration, as well as production optimization tools for minifying assets and analyzing bundle size. The toolkit covers a broad s

    JavaScriptboilerplatereactredux
    Ver en GitHub↗9,646
  • php-cs-fixer/php-cs-fixerAvatar de PHP-CS-Fixer

    PHP-CS-Fixer/PHP-CS-Fixer

    13,463Ver en GitHub↗

    This tool is a command-line utility designed to automatically detect and correct coding standard violations in PHP source files. It functions as a static analysis and refactoring engine that ensures consistent project-wide formatting by applying predefined community conventions or custom organizational rules. The project distinguishes itself through a modular rule-based engine that supports both automated style correction and codebase modernization. It allows developers to update legacy syntax to align with newer language versions and testing framework requirements, facilitating the adoption

    PHPcode-standardscode-stylephp
    Ver en GitHub↗13,463
  • timber/timberAvatar de timber

    timber/timber

    5,650Ver en GitHub↗

    Timber is a PHP library that integrates the Twig template engine into WordPress themes, providing an object-oriented framework for theme development. It wraps WordPress data — posts, terms, users, menus, and comments — in structured PHP classes, allowing developers to work with objects instead of raw arrays while keeping HTML markup separate from PHP logic through Twig templates. The library distinguishes itself by offering a complete set of tools for modern WordPress theme building. It includes a file-based template hierarchy with fallback chains, dynamic image manipulation with resizing, cr

    PHPhactoberfestphptimber
    Ver en GitHub↗5,650
Ver las 30 alternativas a S→

Preguntas frecuentes

¿Qué hace automattic/_s?

This project is a development toolkit and starter kit for creating custom WordPress themes. It provides a standardized scaffolding tool to initialize a minimal codebase and directory structure, serving as a foundation for building custom site designs.

¿Cuáles son las características principales de automattic/_s?

Las características principales de automattic/_s son: WordPress Theme Starter Kits, Project Scaffolding, Custom Theme Development, Theme Development Frameworks, Build Toolchains, Production Pipelines, Build Automation Scripts, Sass Compilers.

¿Qué alternativas de código abierto existen para automattic/_s?

Las alternativas de código abierto para automattic/_s incluyen: coryhouse/react-slingshot — react-slingshot is a JavaScript frontend boilerplate and starter kit designed to bootstrap React applications. It… wordpress/wordpress-coding-standards — WordPress Coding Standards is a collection of rules for the PHP CodeSniffer engine designed to enforce consistent… php-cs-fixer/php-cs-fixer — This tool is a command-line utility designed to automatically detect and correct coding standard violations in PHP… timber/timber — Timber is a PHP library that integrates the Twig template engine into WordPress themes, providing an object-oriented… simulatedgreg/electron-vue — electron-vue is a pre-configured project boilerplate and scaffolding system for building desktop applications using… sass/sass — Sass is a stylesheet compilation engine and CSS preprocessor that extends standard CSS with variables, nested rules,…