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

@mypaas/paas-dev-tools

Package Overview
Dependencies
Maintainers
5
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mypaas/paas-dev-tools

The paas-dev command line provides a complete set of commands to develop and publish paas components.

  • 0.1.1-rc.3
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-78.95%
Maintainers
5
Weekly downloads
 
Created
Source

天际移动 PaaS 开发工具

用于帮助开发者在本地创建组件包、开发组件包

安装

  • 使用 npm

    npm i -g @mypaas/paas-dev-tools
    
  • 使用 yarn

    yarn global add @mypaas/paas-dev-tools
    

用法

  1. 启动组件开发服务

    paas-dev run component-package-path
    

    可支持多个组件包:

    paas-dev run component-package-path-1 component-package-path-2
    

    也可将某目录下的所有组件包同时添加到组件开发服务:

    paas-dev run component-packages-parent-dir
    

    启动后可前往移动 PaaS 设计器页面使用本地组件调试功能

注意事项

  1. 测试阶段,需在设计器页面地址后添加 query 参数 dev=component 方可使用本地组件调试功能

Keywords

FAQs

Package last updated on 22 Feb 2023

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