1. 首页
  2. 移动开发
  3. 其他
  4. lerna templater:从Lerna Monoreposy的模板生成程序包 源码

lerna templater:从Lerna Monoreposy的模板生成程序包 源码

上传者: 2021-04-04 05:14:43上传 ZIP文件 80.63KB 热度 15次
勒纳模板 从模板为Lerna Monorepo生成程序包 正在安装 npm i -D lerna-templater 用法 作为导入 import { TemplaterOptions , templater } from 'lerna-template' ; /** * @param { string } cwd The current working directory. * @param { TemplaterOptions } options The options for templater. */ templater ( cwd , options ) ; 作为命令行工具 npx lerna-templater -n "Name of the new package" -d "Description of the new package" 或者 " scripts " :
下载地址
用户评论