1.0.0 • Published 3 years ago

@arrow-zb/cli v1.0.0

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

@arrow-zb/cli

It was originally planned to be named arrow cli. Unfortunately, it already exists in NPM, so it can only be named @ arrow-zb/cli

English | 简体中文

install

The latest LTS version of Node.js is recommended, or at least ensure node >= 8.0

There are serverl way to install it globally.

  • Install with npm: npm install @arrow-zb/cli -g

  • Install with Yarn: yarn global add @arrow-zb/cli

But it is recommended that you install it locally.

npm install @arrow-zb/cli -D 
#or
yarn add @arrow-zb/cli -D

arrow init

create project

arrow-cli create <app-name>