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

yy-upyun

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yy-upyun

yy-upyun是一个简单的又拍云上传工具

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

yy-upyun

yy-upyun是一个简单的又拍云上传工具

安装

npm install yy-upyun -g

配置

在项目package.json根节点配置yy-upyun节点

"yy-upyun":{
    "bucket":"空间名",
    "operator":"操作员",
    "password":"操作密码",
    "local":"本地路径",
    "target":"服务器路径"    
  }

介绍

  • 直接运行命令 yy-upyun
  • 其他项目中引用
      var Works = require('yy-upyun');

      var wk = new Works();

      wk.upload();

FAQs

Package last updated on 27 Feb 2017

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