25 lines
667 B
Markdown
25 lines
667 B
Markdown
# hexo-cli
|
|
|
|
[](https://github.com/hexojs/hexo-cli/actions/workflows/ci.yml)
|
|
[](https://www.npmjs.com/package/hexo-cli)
|
|
[](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)
|