# hexo-cli

> Command line interface for Hexo

Latest version **4.3.2** (published 2024-04-16) · MIT license · 0 weekly downloads

## Install

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

Provides the command `hexo`.

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.3.2 |
| Published | 2024-04-16 |
| First published | 2015-02-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=14 |
| Dependencies | 10 |
| Unpacked size | 49.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 176 |
| Author | Tommy Chen |
| Maintainers | ertrzyiks, abnerchou, tommy351, hexobot, jlhwung, tomap, curben, yoshinorin |
| Keywords | website, blog, cms, framework, hexo, cli |

## Links

- npm: https://www.npmjs.com/package/hexo-cli
- Repository: https://github.com/hexojs/hexo-cli
- Homepage: https://hexo.io/
- Issues: https://github.com/hexojs/hexo-cli/issues
- npm.io page: https://npm.io/package/hexo-cli

## Dependencies (10)

- [abbrev](https://npm.io/package/abbrev.md) ^2.0.0
- [hexo-fs](https://npm.io/package/hexo-fs.md) ^4.1.1
- [resolve](https://npm.io/package/resolve.md) ^1.20.0
- [tildify](https://npm.io/package/tildify.md) ^2.0.0
- [bluebird](https://npm.io/package/bluebird.md) ^3.7.2
- [hexo-log](https://npm.io/package/hexo-log.md) ^4.0.1
- [minimist](https://npm.io/package/minimist.md) ^1.2.5
- [hexo-util](https://npm.io/package/hexo-util.md) ^3.3.0
- [picocolors](https://npm.io/package/picocolors.md) ^1.0.0
- [command-exists](https://npm.io/package/command-exists.md) ^1.2.9

## 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

- 4.3.2 (latest) — 2024-04-16
- 4.3.1 — 2023-05-12
- 4.3.0 — 2021-06-18
- 4.2.0 — 2020-08-08
- 4.1.0 — 2020-07-29
- 4.0.0 — 2020-07-26
- 3.1.0 — 2019-10-16
- 3.0.0 — 2019-10-01
- 2.0.0 — 2019-05-30
- 1.1.0 — 2018-02-28
- 1.0.4 — 2017-10-29
- 1.0.3 — 2017-06-02
- 1.0.2 — 2016-06-13
- 1.0.1 — 2016-02-12
- 1.0.0 — 2016-02-11
- … 13 more at https://npm.io/package/hexo-cli/versions

## README

# hexo-cli

[![CI](https://github.com/hexojs/hexo-cli/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/hexojs/hexo-cli/actions/workflows/ci.yml)
[![NPM version](https://badge.fury.io/js/hexo-cli.svg)](https://www.npmjs.com/package/hexo-cli)
[![Coverage Status](https://coveralls.io/repos/github/hexojs/hexo-cli/badge.svg)](https://coveralls.io/github/hexojs/hexo-cli)

Command line interface for Hexo.

## Installation

```bash
$ npm install hexo-cli -g
```

## Development

1. Fork this project
2. `$ git clone https://github.com/user/hexo-cli --recurse-submodules && cd hexo-cli/`
3. `$ npm install`
4. `$ npm test`

## License

[MIT](LICENSE)

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