Forbes Description Generate new project with webpack, no need more config for webpack. Usage # install global npm i -g forbes # mkdir new Dir [Project-Name] forbes install GIT REPO git init # 初始化 git remote add origin ${YOUR REMOTE REPO-URL} #添加远程地址 git remote -v # 查看当前的远程仓库 git push # 推送到指定的repo