byte-miniprogram-ci

1.0.0 • Public • Published

概述

开发者可不打开字节小程序开发者工具,独立使用byte-miniprogram-ci进行小程序代码的上传

安装

$ npm install byte-miniprogram-ci --save

上传

const ci = require('../index');

(async () => {
  await ci.upload({
    username: '',
    password: '',
    projectPath: '',
    desc: '测试备注',
  })
})()

参数

属性 说明 类型 必填
username 账号 string
password 密码 string
projectPath 项目地址 string
desc 备注 string

Readme

Keywords

none

Package Sidebar

Install

npm i byte-miniprogram-ci

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.84 kB

Total Files

4

Last publish

Collaborators

  • dndcnpm