Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexojs/create-hexo
Hexo site initializer
https://github.com/hexojs/create-hexo
bun hexo initializer npm pnpm typescript yarn
Last synced: about 1 month ago
JSON representation
Hexo site initializer
- Host: GitHub
- URL: https://github.com/hexojs/create-hexo
- Owner: hexojs
- License: mpl-2.0
- Created: 2023-12-31T16:26:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T16:06:35.000Z (about 2 months ago)
- Last Synced: 2024-11-06T19:19:28.511Z (about 2 months ago)
- Topics: bun, hexo, initializer, npm, pnpm, typescript, yarn
- Language: TypeScript
- Homepage: https://npmjs.com/create-hexo
- Size: 271 KB
- Stars: 8
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create-Hexo
[![GitHub Tag](https://img.shields.io/github/v/tag/hexojs/create-hexo?logo=github)](https://github.com/hexojs/create-hexo/tags)
[![GitHub Release](https://img.shields.io/github/v/release/hexojs/create-hexo?logo=github)](https://github.com/hexojs/create-hexo/releases)
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/hexojs/create-hexo/latest?include_prereleases&sort=semver&logo=github)](https://github.com/hexojs/create-hexo/compare/...main)
[![GitHub top language](https://img.shields.io/github/languages/top/hexojs/create-hexo?logo=github)](#create-hexo)
[![Coverage Status](https://coveralls.io/repos/github/hexojs/create-hexo/badge.svg?branch=main)](https://coveralls.io/github/hexojs/create-hexo?branch=main)
[![CI](https://github.com/hexojs/create-hexo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/hexojs/create-hexo/actions/workflows/ci.yml)
[![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/hexojs/create-hexo?logo=librariesdotio)](https://libraries.io/github/hexojs/create-hexo#dependencies)> Hexo site initializer.
## Usage
[![NPM Version](https://img.shields.io/npm/v/create-hexo?logo=npm)](https://www.npmjs.com/package/create-hexo)
[![node-lts](https://img.shields.io/node/v-lts/create-hexo?logo=nodedotjs)](https://nodejs.org/)
[![NPM License](https://img.shields.io/npm/l/create-hexo)](./LICENSE)
[![NPM Downloads](https://img.shields.io/npm/dm/create-hexo?logo=npm)](#create-hexo)
[![NPM Downloads](https://img.shields.io/npm/dt/create-hexo?logo=npm)](#create-hexo)
[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/create-hexo?logo=librariesdotio)](https://libraries.io/npm/create-hexo/tree)### pnpm
```bash
pnpm create hexo [path]# pnpm dlx create-hexo [path]
```> [pnpm.io](https://pnpm.io/)
### npm
```bash
npm init hexo [path]# npm exec create-hexo [path]
# npx create-hexo [path]
```> [npm init](https://docs.npmjs.com/cli/commands/npm-init)
### Yarn
```bash
yarn create hexo [path]
```