勒纳模板 从模板为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 " :