https://github.com/hexojs/create-hexo
Hexo site initializer. (`npm create hexo`)
https://github.com/hexojs/create-hexo
bun hexo initializer npm pnpm typescript yarn
Last synced: 6 months ago
JSON representation
Hexo site initializer. (`npm create hexo`)
- Host: GitHub
- URL: https://github.com/hexojs/create-hexo
- Owner: hexojs
- License: mpl-2.0
- Created: 2023-12-31T16:26:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T16:01:32.000Z (7 months ago)
- Last Synced: 2025-03-25T07:22:31.036Z (7 months ago)
- Topics: bun, hexo, initializer, npm, pnpm, typescript, yarn
- Language: TypeScript
- Homepage: https://npmjs.com/create-hexo
- Size: 269 KB
- Stars: 10
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
[](https://libraries.io/github/hexojs/create-hexo#dependencies)> Hexo site initializer.
## Usage
[](https://www.npmjs.com/package/create-hexo)
[](https://nodejs.org/)
[](./LICENSE)
[](#create-hexo)
[](#create-hexo)
[](https://libraries.io/npm/create-hexo/tree)### pnpm
```bash
pnpm create hexo [path]# pnpm dlx create-hexo [path]
```> - [pnpm create](https://pnpm.io/cli/create)
### npm
```bash
npm init hexo [path]# npm create hexo [path]
# npm exec create-hexo [path]
# npx create-hexo [path]
```> - [npm init](https://docs.npmjs.com/cli/commands/npm-init)
### Yarn 1 (Classic)
```bash
yarn create hexo [path]
```> - [yarn create](https://classic.yarnpkg.com/docs/cli/create)