🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

iov-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iov-cli

a simple CLI for scaffolding of iov FE

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

iov-cli

一个快速上手的百度车联网小程序脚手架, 轻松创建项目模板, 实现 0 配置, 快速开发。

Features

Installation & Quick start

安装

Windows 系统安装

$ npm i iov-cli -g

Mac 下安装

$ sudo npm i iov-cli -g

查看帮助信息

$ iov

创建项目

# 指定项目名字创建项目
$ iov create 模板名<template-name> 项目名字<project-name>

# 在当前目录创建项目
$ iov create 模板名<template-name> .

查看所有支持的项目模板

$ iov list

添加项目模板

$ iov add 模板名<template-name> 模板github仓库地址,支持ssh/https格式<git-repo-address>

删除项目模板

$ iov delete 模板名<template-name>

发布到 npm

执行 pkg 下的脚本, 自动发版并且生成 changelog, travis 就会执行检测后续自动发到 npm.

npm run release

Changelog

Changelog

TODOLIST

  • 优化 iov-swan 模板
  • 提供可选项配置

Keywords

cli

FAQs

Package last updated on 23 Sep 2021

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