hexo/node_modules/hexo-cli/README.md

25 lines
688 B
Markdown
Raw Normal View History

2023-09-25 15:58:56 +08:00
# hexo-cli
[![Build Status](https://github.com/hexojs/hexo-cli/actions/workflows/tester.yml/badge.svg)](https://github.com/hexojs/hexo-cli/actions/workflows/tester.yml)
[![NPM version](https://badge.fury.io/js/hexo-cli.svg)](https://www.npmjs.com/package/hexo-cli)
[![Coverage Status](https://coveralls.io/repos/hexojs/hexo-cli/badge.svg?branch=master)](https://coveralls.io/r/hexojs/hexo-cli?branch=master)
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)