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

pang-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pang-cli

> **Node 版本需要大于 14.14.0** # pang-Cli

Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
42
82.61%
Maintainers
1
Weekly downloads
 
Created
Source

Node 版本需要大于 14.14.0

pang-Cli

生成项目模版用

使用

全局安装

npm install -g pang-cli

命令

pang init <template-type> <project-name>
# eg: pang init egg auth

局部安装

npm install pang-cli

命令

npx pang init <template-type> <project-name>
# eg: npx pang init egg auth

参数说明

参数说明
template-type模版类型,目前支持 egg,react
project-name项目名称

特点

  • egg 支持 typescript,支持使用 docker 进行打包镜像
  • react 支持 typescript,支持使用 vite 进行开发打包

FAQs

Package last updated on 12 Dec 2021

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