https://github.com/hexojs/hexo-cli
Command line interface for Hexo
https://github.com/hexojs/hexo-cli
cli hexo typescript
Last synced: 11 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T03:46:10.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T04:30:08.232Z (almost 2 years 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
[](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)