Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hexojs/hexo-cli
- Owner: hexojs
- License: mit
- Created: 2015-02-11T04:22:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T03:46:10.000Z (8 months ago)
- Last Synced: 2024-05-18T04:30:08.232Z (8 months ago)
- Topics: cli, hexo, typescript
- Language: TypeScript
- Size: 1.13 MB
- Stars: 170
- Watchers: 18
- Forks: 76
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - hexojs/hexo-cli - Command line interface for Hexo (TypeScript)
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)