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
·
transitive-bullshit avatar

transitive-bullshit/create-react-libraryArchived

0
View on GitHub↗
4,758 estrellas·292 forks·JavaScript·4 vistastransitivebullsh.it/javascript-dev-tools-in-2022↗

Create React Library

create-react-library es un generador de línea de comandos y entorno de desarrollo diseñado para crear bibliotecas de componentes React reutilizables. Escafolda la estructura del proyecto necesaria y las pipelines de compilación requeridas para desarrollar, empaquetar y publicar módulos de JavaScript en un registro.

La herramienta proporciona un bucle de desarrollo que vincula el directorio de origen de la biblioteca con una aplicación de ejemplo complementaria, permitiendo actualizaciones en tiempo real y vistas previas en vivo. También incluye una pipeline de despliegue que transforma las aplicaciones de ejemplo en compilaciones de producción para su alojamiento como documentación pública.

El sistema de compilación gestiona el empaquetado de módulos en múltiples formatos tanto para CommonJS como para módulos ES, incluyendo la generación de sourcemaps. Además, maneja la gestión de dependencias de pares para garantizar que las dependencias compartidas se externalicen y no se empaqueten en el paquete final.

Features

  • React UI Component Libraries - A dedicated toolset for building and distributing reusable React UI component libraries.
  • Local Library Development Linking - Connects a library source directory to a companion application for real-time iterative testing.
  • Live Preview Tools - Links a source directory to an example application to provide real-time visual feedback during development.
  • NPM Package Scaffolders - Generates the configuration files and manages peer dependencies required to publish a JavaScript module.
  • Library Package Distributions - Configures the library for publication to a registry with correctly managed peer dependencies.
  • Project Scaffolders - Provides a CLI utility to scaffold the initial directory layout and configuration for React libraries.
  • Template-Based Project Scaffolders - Generates predefined directory structures and configuration files via an interactive CLI for rapid project initialization.
  • React Component Scaffolding - A command-line tool that scaffolds the project structure and build pipeline for reusable React libraries.
  • Module Bundling - Implements a build process that merges source files into optimized bundles for multiple JavaScript environments.
  • Local Library Development Setup - Sets up a local development loop linking library source to an example application for real-time updates.
  • JavaScript Module Bundlers - Acts as a system for compiling source code into CommonJS and ES module formats.
  • Dual Module Formats - Compiles source code into both CommonJS and ES module formats for cross-environment compatibility.
  • Library Prototyping - Establishes a local environment where library changes reflect instantly in a companion application.
  • Documentation Site Hosting - Builds production versions of example applications and deploys them as public documentation sites.
  • External Dependency Mapping - Prevents shared dependencies from being bundled into the final package by marking them as external.
  • Hosting Deployment Pipelines - Provides automated workflows to bundle example applications and push them to remote hosting for documentation.
  • Library Documentation Tools - Deploys live example applications to showcase the features and capabilities of a component library.

Historial de estrellas

Gráfico del historial de estrellas de transitive-bullshit/create-react-libraryGráfico del historial de estrellas de transitive-bullshit/create-react-library

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

Preguntas frecuentes

¿Qué hace transitive-bullshit/create-react-library?

create-react-library es un generador de línea de comandos y entorno de desarrollo diseñado para crear bibliotecas de componentes React reutilizables. Escafolda la estructura del proyecto necesaria y las pipelines de compilación requeridas para desarrollar, empaquetar y publicar módulos de JavaScript en un registro.

¿Cuáles son las características principales de transitive-bullshit/create-react-library?

Las características principales de transitive-bullshit/create-react-library son: React UI Component Libraries, Local Library Development Linking, Live Preview Tools, NPM Package Scaffolders, Library Package Distributions, Project Scaffolders, Template-Based Project Scaffolders, React Component Scaffolding.

¿Qué alternativas de código abierto existen para transitive-bullshit/create-react-library?

Las alternativas de código abierto para transitive-bullshit/create-react-library incluyen: developit/preact-cli — preact-cli is a command line interface and build pipeline for initializing, developing, and deploying Preact… preactjs/preact-cli — preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It… browserify/browserify — Browserify is a build utility that enables the use of CommonJS module patterns within client-side JavaScript… browserify/browserify-handbook — The browserify-handbook is a comprehensive documentation guide for Browserify, a CommonJS module bundler and… brunch/brunch — Brunch is a frontend build tool and JavaScript asset bundler designed to automate the transformation of source code… developit/microbundle — Microbundle is a zero-configuration JavaScript module bundler designed to package small libraries and modules into…

Alternativas open-source a Create React Library

Proyectos open-source similares, clasificados según cuántas características comparten con Create React Library.
  • developit/preact-cliAvatar de developit

    developit/preact-cli

    4,669Ver en GitHub↗

    preact-cli is a command line interface and build pipeline for initializing, developing, and deploying Preact applications. It functions as a project scaffolding tool that uses predefined templates to generate the necessary directory structures and boilerplate for new web applications. The tool provides specialized capabilities for creating progressive web apps by generating service workers and caching strategies for offline functionality. It also includes a static site pre-renderer that converts application routes into HTML files during the build process to improve search engine visibility an

    JavaScript
    Ver en GitHub↗4,669
  • preactjs/preact-cliAvatar de preactjs

    preactjs/preact-cli

    4,669Ver en GitHub↗

    preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It provides a Webpack-based build pipeline to coordinate code transformation, asset optimization, and production compilation. The toolkit includes a static site prerenderer to convert application routes into static HTML files and a PWA development toolkit for generating service workers and offline asset caching. It also functions as a frontend development server featuring hot module replacement and a proxy for real-time application iteration. The project covers a broad range of

    JavaScriptclihacktoberfesthttp2
    Ver en GitHub↗4,669
  • browserify/browserifyAvatar de browserify

    browserify/browserify

    14,706Ver en GitHub↗

    Browserify is a build utility that enables the use of CommonJS module patterns within client-side JavaScript applications. It functions as a dependency manager and module bundler, tracing recursive import calls to package multiple source files and their dependencies into a single, optimized file for execution in web browser environments. The project distinguishes itself by providing a comprehensive compatibility layer that allows server-side code to run in the browser. It achieves this by injecting environment shims and replacing system-level globals with browser-compatible equivalents. Throu

    JavaScript
    Ver en GitHub↗14,706
  • brunch/brunchAvatar de brunch

    brunch/brunch

    6,758Ver en GitHub↗

    Brunch is a frontend build tool and JavaScript asset bundler designed to automate the transformation of source code into production-ready assets. It functions as an incremental build system that monitors the filesystem for changes to rebuild only modified components, and it serves as a project scaffolding engine for initializing application structures via predefined skeletons and code boilerplates. The tool utilizes a plugin-based transformation pipeline to compile and optimize JavaScript and CSS files for browser delivery. It distinguishes itself through the use of multi-core build paralleli

    JavaScriptbrunchbuild-automationjavascript
    Ver en GitHub↗6,758
  • Ver las 30 alternativas a Create React Library→