Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

youzanyun

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youzanyun

有赞云工具

  • 0.1.8
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

mall-cloud-upload

有赞云应用前端页面组件上传保存信息工具。

命令

  1. youzanyun save [-m --mp]
  • 保存信息;
  • -m 保存小程序信息
  1. youzanyun upload [dir] [...filePath]
  • 上传图片到cdn
  • dir为目录名,可选
  • filePath 上传文件路径,支持多个图片上传
  • 例:
// 单个文件
youzanyun upload /User/xxx/a.jpg
// 多个文件
youzanyun upload /User/xxx/a.jpg /User/xxx/b.png
// 上传到对应目录
youzanyun upload my-project /User/xxx/a.jpg

如何开发

  1. clone本仓库,安装依赖
git clone git@gitlab.qima-inc.com:soa/mall-cloud-upload.git
cd mall-cloud-upload
npm install
  1. clone一个电商云应用仓库,并安装依赖

  2. 建立 npm link

  3. 在应用仓库前端文件夹里使用 npm link mall-cloud-upload

FAQs

Package last updated on 11 Jun 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