New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

better-qiniu-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-qiniu-cli

更好的 Node.js 七牛云命令行工具。

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

better-qiniu-cli

更好的 Node.js 七牛云命令行工具。

安装

yarn add better-qiniu-cli -D

# 或者

npm i better-qiniu-cli -D

用法

配置

在项目根目录下新建 qiniu.config.ts 文件,写入配置:

import { Config } from 'better-qiniu-cli'

export const config: Config = {
  accessKey: 'Access 密钥',
  secretKey: 'Secret 密钥',
  tasks: [
    {
      type: '任务类型',
      options: {
        // 任务选项
      }
    },
  ]
}

注意: tasks 中指定的任务将依次顺序执行。

使用

yarn qiniu

package.json 中你可以这么使用:

{
  "scripts": {
    "deploy": "qiniu"
  }
}

Keywords

FAQs

Package last updated on 17 Jul 2019

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc