0.0.3-alpha-10 • Published 6 years ago

wave-cli v0.0.3-alpha-10

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

CLI Tools

Description

Generate new project with webpack, no need more config for webpack.

Usage

# install global
npm i -g wave-cli

# mkdir new Dir [Project-Name]
wave-cli install

GIT REPO

git init                       # 初始化
git remote add origin ${YOUR REMOTE REPO-URL} #添加远程地址
# git remote set-url origin $URL # 设置当前仓库的远程地址到$URL 已弃用
git remote -v                  # 查看当前的远程仓库
git push                       # 推送到指定的repo

NEXT

  TBD...