JSPM

  • Created
  • Published
  • Downloads 25
  • Score
    100M100P100Q63720F
  • License MIT

A multirepo dev tool base on yarn

Package Exports

  • rigjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rigjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rig

TODO:

rig init

  1. 创建rigfile.json5
  2. 创建一个rigs文件夹
  3. 创建一个dev_rigs文件夹
  4. 补充yarn workspace 配置
  5. 补充private:true
  6. 测试rig init

rig install(rig i)

  1. 将文件全部克隆到rigs下
  2. 修改package.json,补充rigs下的依赖
  3. 轮流执行npm link操作

rig publish(rig p)

  1. 打tag
  2. push --tags