create-hexo
Version:
Hexo site initializer. (`npm create hexo`)
28 lines (21 loc) • 2.6 kB
Markdown
# Create-Hexo
[](https://github.com/hexojs/create-hexo/tags)
[](https://github.com/hexojs/create-hexo/releases)
[](https://github.com/hexojs/create-hexo/compare/...main)
[](#create-hexo)
[](https://coveralls.io/github/hexojs/create-hexo?branch=main)
[](https://github.com/hexojs/create-hexo/actions/workflows/ci.yml)
Hexo site initializer.
Initialize a Hexo site with basical settings and folder structure.
## Usage
[](https://www.npmjs.com/package/create-hexo)
[](https://nodejs.org/)
[](./LICENSE)
[](#create-hexo)
[](#create-hexo)
[](https://libraries.io/npm/create-hexo/tree)
| package manager | cmd |
| --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| [pnpm](https://pnpm.io/cli/create) | `pnpm create hexo` <br/> or <br/> `pnpm dlx create-hexo` |
| [npm](https://docs.npmjs.com/cli/commands/npm-init) | `npm init hexo` <br/> or <br/> `npm create hexo` <br/> or <br/> `npm exec create-hexo` <br/> or <br/> `npx create-hexo` |
| [Yarn 1 (Classic)](https://classic.yarnpkg.com/docs/cli/create) | `yarn create hexo` |