1.0.2 • Published 9 months ago
@bubu-cli/cli v1.0.2
项目脚手架
命令一: b init
可自定义选择 react, vue, node 等项目,内置了一套标准的模板代码,并且可自定义选择安装 ui 框架等,无需手动设置
命令二: b commit
可按 commitlint 规范自动提交代码,并且提供了自动 pull, 以及 push, remote 等操作
内置了 ni 库
bi
# npm install
# yarn install
# pnpm install
# bun installbr
# npm run
# yarn run
# pnpm run
# bun runbu
# npm upgrade
# yarn upgrade (Yarn 1)
# yarn up (Yarn Berry)
# pnpm updatebun
# npm uninstall webpack
# yarn remove webpack
# pnpm remove webpack
# bun remove webpacbci
# npm ci
# yarn install --frozen-lockfile
# pnpm install --frozen-lockfile
# bun install --no-save