0.7.4 • Published 3 years ago

forbes-cli v0.7.4

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Forbes

logo

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