Socket
Socket
Sign inDemoInstall

@vitue/cli

Package Overview
Dependencies
326
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vitue/cli

A CLI for scaffolding starter projects.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

vitue cli

@vitue/cli的作用很纯粹,就是下载vitue-scaffold组织内的 template 项目。通过vitue init可以查询到组织内所有可用的项目模版,选择对应的即可安装到本地目录。除此之外,没有其他任何功能。

@vitue/cli使用flippidippi/download-git-repo进行 github 项目的在线下载,所以请关注下网络的情况,可能会出现超时等问题。

安装

yarn add --global @vitue/cli

# npm
npm install -g @vitue/cli

使用

# Begin
$ vitue init

# Select a template
? Please select a template (Use arrow keys)
❯ vitue-admin 
  vitue-mobile 

# Enter some basic information
? Project name: test
? Project description: hello
? Author: Hejx <test@qq.com>

# Then wait for the project to download and create...

License

MIT

Keywords

FAQs

Last updated on 02 Nov 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc