![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
aiot-toolkit
Advanced tools
aiot-toolkit 2.0 是将 源码项目 转换为 目标代码项目 并生成 目标代码应用 的命令行工具,同时配备了 模拟器 相关功能供开发者使用。
aiot-toolkit2.0目前支持的打包格式如下:
全局安装
npm i aiot-toolkit -g
npm i create-aiot -g
创建项目
create-aiot ux
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 模拟器 |
FAQs
Tools for creating, developing, and packaging aiot applications.
We found that aiot-toolkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.