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

taobaodev

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taobaodev

淘宝开放平台研发命令行工具

  • 0.0.11-beta.10
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-87.88%
Maintainers
2
Weekly downloads
 
Created
Source

淘宝开放平台研发命令行工具

目前仅支持 小程序/插件类目,[店铺,小部件]均不支持.

安装办法

npm install taobaodev -g

使用指南

帮助

taobaodev -h
taobaodev [action] -h e.g. taobaodev bind -h

登录

taobaodev login
// 此命令借助chrome 默认会去寻找电脑中的chrome浏览器所在.如果发生相关错误找不到,也可以通过指定后使用
taobaodev config set PUPPETEER_PATH /Applications/Google Chrome.app/Contents/MacOS/Google\ Chrome

初始化脚手架

taobaodev init // 在当前路径下初始化
taobaodev init --output ./project // 指定路径初始化

绑定项目应用关系

此步骤需要登录后才可以操作

taobaodev bind
taobaodev bind --input ./project

小程序本地开发

taobaodev build
taobaodev build --sim // 开启模拟器

小程序预览

taobaodev build-preview
taobaodev build-preview --debug  真机调试

小程序上传

taobaodev upload // 默认为当前项目路径绑定后的平台项目
taobaodev upload --appId [appId]

本地配置

设置值taobaodev config set [key] [value] e.g. taobaodev config set key1 value1 获取值taobaodev config get [key] e.g. taobaodev config get key1 显示所有值 taobaodev config show

FAQs

Package last updated on 05 Dec 2022

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