Socket
Book a DemoInstallSign in
Socket

@sumor/core

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sumor/core

轻呈云核心命令行工具

latest
npmnpm
Version
17.0.15
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@sumor/core

轻呈云核心命令行工具

安装

通过 npm 安装:

$ npm install --save @sumor/core

使用说明

ES6方式

//例如要访问的程序路径为level1.level2.level3
import {level1} from '@sumor/core';

level1.level2.level3('parameter1');

Node.js CommonJS方式

//例如要访问的程序路径为level1.level2.level3
const {level1} = require('@sumor/core');

level1.level2.level3('parameter1');

接口文档

await compile(parameters) 编译

类型

异步函数

await get(parameters) 读取设置

类型

异步函数

await init(parameters) 初始化项目

类型

异步函数

await install(parameters) 安装依赖项目

类型

异步函数

await publish(parameters) 发布

类型

异步函数

await set(parameters) 修改设置

类型

异步函数

await test(parameters) 测试

类型

异步函数

FAQs

Package last updated on 08 Apr 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