Skip to content

Repository files navigation

@suqingyao/monorepo

苏青瑶的工具库 monorepo,包含多个实用工具包。

📦 包列表

🚀 快速开始

安装依赖

pnpm install

安装 turbo

pnpm add -g turbo

开发

# 启动所有包的开发模式
pnpm dev

# 启动特定包的开发模式
pnpm --filter @suqingyao/utils dev

构建

# 构建所有包
pnpm build

# 构建特定包
pnpm --filter @suqingyao/utils build

测试

# 运行所有包的测试
pnpm test

# 运行特定包的测试
pnpm --filter @suqingyao/utils test

📝 提交规范

本项目使用 Conventional Commits 规范:

  • feat: 新功能
  • fix: 修复 bug
  • docs: 文档更新
  • style: 代码格式化
  • refactor: 代码重构
  • test: 测试代码
  • chore: 其他变更
  • perf: 性能优化
  • ci: 持续集成
  • build: 构建
  • revert: 回滚

📄 许可证

MIT License

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages