Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hexojs/hexo-cli

Command line interface for Hexo
https://github.com/hexojs/hexo-cli

cli hexo typescript

Last synced: about 10 hours ago
JSON representation

Command line interface for Hexo

Awesome Lists containing this project

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)