create-aiot 新建 vela 项目的工具,可指定项目名称、模板、启用的工具(例如 eslint)等。 使用 命令 npm create aiot 仅输入命令,会使用询问的方式获取各项参数。 也可直接输入参数,避免询问,示例:npm create aiot --name my-project 参数列表 参数名 描述 类型 默认值 name 项目名称 string aiot-project v 项目版本 string 1.0.0 template 模板名称 string 无 eslint 启用 eslint string false 贡献模板 待定