New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wave-cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wave-cli

CLI Based On NodeJS

latest
Source
npmnpm
Version
0.0.3-alpha-10
Version published
Maintainers
1
Created
Source

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...

FAQs

Package last updated on 14 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts