lerna templater:从Lerna Monoreposy的模板生成程序包 源码
勒纳模板 从模板为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 " :
文件列表
lerna-templater-main.zip
(预估有个22文件)
lerna-templater-main
.github
FUNDING.yml
16B
commitlint.config.js
69B
src
index.ts
3KB
cli.ts
1KB
.vscode
settings.json
289B
tsconfig.json
7KB
暂无评论