Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

vue-create-module

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

vue-create-module

读取远程Gitlab仓库,快速创建代码模板的脚手架工具

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

vue-create-module

该命令通过读取远程仓库,将仓库中每一个目录视为一份代码模板,您选择模板后会自动将该模板写入您设置的目录中

使用方式

安装

npm i -g vue-create-module

使用

需要 Node.js >= 12.0.0

create-module

图示:

图示

说明

  • 设置远程仓库地址,默认为上一次设置的仓库地址。只会读取仓库 master 分支中的 一级 目录(一级文件不会被读取)。你可以随意编辑你的模板内容,只要你需要。

Commands

command别名说明
--help-h帮助
clear清空本地模板缓存

Keywords

创建模块

FAQs

Package last updated on 21 Apr 2023

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