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

aiot-toolkit

Package Overview
Dependencies
Maintainers
0
Versions
372
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiot-toolkit

Tools for creating, developing, and packaging aiot applications.

  • 2.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
259
increased by52.35%
Maintainers
0
Weekly downloads
 
Created
Source

项目介绍

aiot-toolkit 2.0 是将 源码项目 转换为 目标代码项目 并生成 目标代码应用 的命令行工具,同时配备了 模拟器 相关功能供开发者使用。

aiot-toolkit2.0目前支持的打包格式如下:

  • ux:vela 平台下的应用,目前大量使用于小米手表、音箱等智能穿戴及物联网设备

安装使用

  • 全局安装

    npm i aiot-toolkit -g

    npm i create-aiot -g

  • 创建项目

    1. create-aiot ux
    2. 在项目根目录执行:npm i
  • 本机运行项目

    在项目根目录执行 aiot start,此会启动模拟器,并运行项目

  • 打包项目

    在项目根目录执行 aiot release

常用命令

命令说明
npm create aiot创建并手动选择项目
npm create aiot ux创建ux项目
aiot build构建项目
aiot release构建项目-release模式
aiot start构建项目并运行到模拟器
aiot getConnectedDevices获取已连接设备列表
aiot getPlatforms获取设置平台
aiot installDbgAndMkp在真机上安装快应用调试器
aiot createVelaAvd创建 vela 模拟器
aiot deleteVelaAvd删除 vela 模拟器

函数调用

Keywords

FAQs

Package last updated on 17 Dec 2024

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