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

ccs-plugin-init

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ccs-plugin-init

ccs-plugin-generator

latest
npmnpm
Version
1.1.22
Version published
Maintainers
1
Created
Source

三思-中控插件-生成器

一、使用说明

全局安装npm依耐:

npm install ccs-plugin-init plop -g

在任意一个文件夹下,执行命令:

ccs-plugin-init plugin-demo

即可生成,中控插件脚手架,plugin-demo为插件的名称,命名规则:n*-n*,例如:a1-a1,v3Pro-plugin

然后,进入生产的插件目录,如没有安装依耐,请先安装依耐,编辑views下的文件即可。

支持自动安装依耐:

ccs-plugin-init plugin-demo -i

二、插件打包

插件目录下,执行命令:

npm run build

然后,将dist文件下的所有文件打包,上传到中控平台的插件列表中,即可。

Keywords

ccs-plugin

FAQs

Package last updated on 29 Jun 2022

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