create-awe-project
v1.0.1
Published
npm install -g create-awe-project
Downloads
1
Readme
install
npm install -g create-awe-project
useage
default is gitee
awe-project list [--source github/gitee/gitlab/oss]
awe-project create/init [--source github/gitee/gitlab/oss]
or
npm init/create awe-project [--source github/gitee/gitlab/oss]
features
- babel兼容性配置
- nodejs version check
- 按需加载命令处理函数
dev
npm link 把当前包挂到全局 npm run dev
awe-project -v
publish
git add . git commit -m 'fx' npm version patch/minor/major npm publish
发beta 修改version: x.x.x-beta.1 npm publish --tag beta