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

lion-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lion-cli

自己的脚手架

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

下载(推荐使用淘宝镜像或yarn)

npm install lion-cli -g

or

yarn golbal add lion-cli


# 使用
输入 `fish` or `fish -h`查看脚手架命令, 可以看到:

Usage: fish

Commands:

list|l     List all the templates
init|i     Generate a new project

Options:

-h, --help     output usage information
-V, --version  output the version number

# Commands

### add
添加模板

$ fish add

delete

删除模板

$ fish delete

### list
仓库中所有的模板

$ fish list Owner/Name --> git 项目仓库的 name/templateName


### init
clone模板生成自己的项目

$ fish init

? 需要clone的仓库内模板: my-first-template ? 新建项目名称: my-project ? 创建文件的相对路径? ../ ⠹ Downloading template...

新建模板成功!











Keywords

lion

FAQs

Package last updated on 23 Nov 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