# iots-cli

> iot脚手架工具

Latest version **1.2.2** (published 2022-01-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install iots-cli
pnpm add iots-cli
yarn add iots-cli
bun add iots-cli
```

Provides the command `iots-cli`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.2 |
| Published | 2022-01-28 |
| First published | 2022-01-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 7.6 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | iservernetwork |

## Links

- npm: https://www.npmjs.com/package/iots-cli
- npm.io page: https://npm.io/package/iots-cli

## Dependencies (11)

- [ejs](https://npm.io/package/ejs.md) ^3.1.6
- [ora](https://npm.io/package/ora.md) ^5.4.1
- [axios](https://npm.io/package/axios.md) ^0.24.0
- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [inquirer](https://npm.io/package/inquirer.md) ^8.2.0
- [commander](https://npm.io/package/commander.md) ^8.3.0
- [metalsmith](https://npm.io/package/metalsmith.md) ^2.3.0
- [consolidate](https://npm.io/package/consolidate.md) ^0.16.0
- [webpack-merge](https://npm.io/package/webpack-merge.md) ^5.8.0
- [update-notifier](https://npm.io/package/update-notifier.md) ^5.1.0
- [download-git-repo](https://npm.io/package/download-git-repo.md) ^3.0.2

## Recent versions

- 1.2.2 (latest) — 2022-01-28
- 1.2.1 — 2022-01-28
- 1.2.0 — 2022-01-27
- 1.1.0 — 2022-01-20
- 1.0.0 — 2022-01-20

## README

iots-cli
==========

IOT browser scaffolding tool

Install
-------

First make sure you have installed the latest version of [node.js](http://nodejs.org/)
(You may need to restart your computer after this step).

From NPM for use as a command line app:

    npm install iots-cli -g

From NPM for programmatic use:

    npm install iots-cli


Introduction
-------

### Command list
```
iots-cli add [name]              Create the configured template under [name]
iots-cli config get [name]       Get [name] configuration
iots-cli config set [name]       set [name] configuration
```
### Command line options

```
    -h, --help                  Print usage information.
                                `--help options` for details on available options.
    -V, --version               Print version number.
    -c, --config [options]      set profile address
   
For example:

    iots-cli add video --config iot.js

By loading the specified IOT JS configuration file generates the corresponding template in the video directory
```

---
_Source: https://npm.io/package/iots-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
