1 个仓库
Mechanisms for copying raw source files between repositories to avoid package manager constraints.
Distinct from Source Code Amalgamations: Distinct from Source Code Amalgamations: focuses on the transfer of files for local customization rather than consolidating files into a single distribution.
Explore 1 awesome GitHub repository matching software engineering & architecture · Source Code Transfers. Refine with filters or upvote what's useful.
21st 是一个 React 组件市场和分发平台,组件使用 Tailwind CSS 和 shadcn/ui 进行样式设计。它作为一个社区驱动的注册表,开发者可以在其中发现、共享和安装可重用的界面块和视觉主题。 该平台具有一个命令行工具,可将特定的 UI 元素及其所需的依赖项直接导入到本地开发环境中。它不使用传统的包管理,而是使用源代码传输模型,将原始文件复制到项目代码库中以进行完全自定义。 该系统支持组件管理的完整生命周期,包括用于预览变体的基于 Web 的画廊,以及用于将自定义构建的界面元素发布到公共注册表的工具。它还包括用于共享视觉样式配置和主题扩展的分发系统。
Bypasses traditional package management by copying raw source files directly into the user codebase for full customization.