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