/rollup-build-lib-template

rollup build lib template

Primary LanguageJavaScriptMIT LicenseMIT

介绍

rollup 构建 ts lib 模板

特性

  • 🚀 工具集:rollup ts基础配置, pnpm、jest、eslint、prettier集成

路线图

  • 🚀 lint-stage husky
  • 🚀 exports 导出多包
  • 🚀 release 脚本
  • 🚀 自动构建

SETUP

#
pnpm install
# 开发
pnpm dev
# 构建
pnpm build
# 测试
pnpm test
# 校验
pnpm lint