# @edgeros/cli

> CLI tool for EdgerOS app project

Latest version **1.2.1** (published 2024-03-28) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @edgeros/cli
pnpm add @edgeros/cli
yarn add @edgeros/cli
bun add @edgeros/cli
```

Provides the commands `eos`, `edgeros`.

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2024-03-28 |
| First published | 2020-10-21 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=16.0.0 |
| Dependencies | 22 |
| Unpacked size | 101 KB |
| Known vulnerabilities | 0 (+25 in 2 direct dependencies) |
| Install scripts | no |
| Author | Fu WenHao <fuwenhao@acoinfo.con> |
| Maintainers | clarkttfu, fu-starslights, epmbot, xieyuanbin, chengyonbin |
| Keywords | EdgerOS, eos, cli |

## Links

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

## Dependencies (22)

- [arg](https://npm.io/package/arg.md) ^4.1.3
- [gulp](https://npm.io/package/gulp.md) ^4.0.2
- [yazl](https://npm.io/package/yazl.md) ^2.4.1
- [axios](https://npm.io/package/axios.md) ^0.21.1
- [chalk](https://npm.io/package/chalk.md) ^4.0.0
- [listr](https://npm.io/package/listr.md) ^0.14.3
- [yauzl](https://npm.io/package/yauzl.md) ^2.6.0
- [figlet](https://npm.io/package/figlet.md) ^1.3.0
- [globby](https://npm.io/package/globby.md) ^11.0.3
- [mkdirp](https://npm.io/package/mkdirp.md) ^1.0.3
- [moment](https://npm.io/package/moment.md) ^2.29.1
- [findit2](https://npm.io/package/findit2.md) ^2.2.3
- [io-spin](https://npm.io/package/io-spin.md) ^0.4.1
- [pipe-io](https://npm.io/package/pipe-io.md) ^4.0.1
- [fs-extra](https://npm.io/package/fs-extra.md) ^9.1.0
- [inquirer](https://npm.io/package/inquirer.md) ^7.3.3
- [form-data](https://npm.io/package/form-data.md) ^4.0.0
- [jschardet](https://npm.io/package/jschardet.md) ^3.0.0
- [image-size](https://npm.io/package/image-size.md) ^1.0.2
- [jsonschema](https://npm.io/package/jsonschema.md) ^1.4.1
- [compressing](https://npm.io/package/compressing.md) ^1.5.1
- [gulp-typescript](https://npm.io/package/gulp-typescript.md) ^6.0.0-alpha.1

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.2.1 (latest) — 2024-03-28
- 1.2.0 — 2023-11-22
- 1.1.9 — 2023-10-26
- 1.1.8 — 2023-09-20
- 1.1.7 — 2023-09-07
- 1.1.6 — 2023-08-28
- 1.1.5 — 2021-05-29
- 1.1.3 — 2021-05-29
- 1.1.2 — 2021-05-29
- 1.1.0 — 2021-05-19
- 1.0.8 — 2021-03-26
- 1.0.7 — 2021-02-01
- 1.0.6 — 2020-12-07
- 1.0.5 — 2020-11-23
- 1.0.3 — 2020-10-27
- … 2 more at https://npm.io/package/@edgeros/cli/versions

## README

# EdgerOS CLI

Command line tool for EdgerOS app development.

## Get started

```
# install globally
npm install -g @edgeros/cli

# print help
eos help
```

## Usage

```shell
# build current app project
eos build [-n, -o]

# install app to EdgerOS Device
eos install <pkg_url> <ip>:<pwd>

# print sub command help message
eos <cmd> -h

# print current version  
eos --version
```

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