sinopia 搭建记录

最近公司有个问题,一些公共部分每次都要手动发送,放到 git 上涉及到父子 git 问题,现在就想在内部搭建一个 npm,涉及到公共模块了就直接 npm update 更新一下。找到了 sinopia 来处理

  • cnpm install -g sinopia 安装
  • sinopia 启动
  • cnpm install -g pm2 安装守护进程
  • 重点:
pm2 start `whilch sinopia` start 后面是 `which sinopia`不是 'which sinopia'

posted on 2018-04-18 17:32  松鼠闹IT  阅读(133)  评论(0编辑  收藏  举报

导航