🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

falcon-qm

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

falcon-qm

千米电商云管理端前端项目构建

unpublished
latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Falcon

@qianmi/falcon

Falcon-cli

Falcon-cli是一个基于Node的命令行工具集

Usage: falcon {...option}

falcon-cli 千米电商云管理端前端项目构建脚手架

Options:

-h, --help     output usage information
-v, --version  output the version number
-p2, --pack    Drink
-p, --publish  Drink
Commands:

help Init a new falcon application in the current folder init Init a new falcon application in the current folder new Creates a new application update do not work

-h, --help output usage information -V, --version output the version number -p, --peppers Add peppers -P, --pineapple Add pineapple -b, --bbq Add bbq sauce -c, --cheese Add the specified type of cheese [marble] -C, --no-cheese You do not want any cheese

All commands can be run with -h (or --help) for more information.

Install

$ npm install -g falcon-cli

Usage

Create

$ falcon create #{project}
$ cd #{project}

Init

$ mkdir #{project} && cd #{project}
$ falcon init

Update

$ npm install -g falcon-cli@latest && cd #{project}
$ falcon update 

or

$ cd #{project} && npm run falcon:update

Pack 暂未开放

$ cd #{project}
$ falcon push test5

Other

And More ?

FAQs

Package last updated on 24 Jun 2017

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