Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uiolee/hexo-plugin

uiolee's monorepo of hexo plugins.
https://github.com/uiolee/hexo-plugin

Last synced: about 1 month ago
JSON representation

uiolee's monorepo of hexo plugins.

Awesome Lists containing this project

README

        

# hexo-plugin

[![CI](https://github.com/uiolee/hexo-plugin/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/uiolee/hexo-plugin/actions/workflows/ci.yml)
[![Release](https://github.com/uiolee/hexo-plugin/actions/workflows/release.yml/badge.svg?branch=main&event=push)](https://github.com/uiolee/hexo-plugin/actions/workflows/release.yml)
[![Coverage Status](https://coveralls.io/repos/github/uiolee/hexo-plugin/badge.svg?branch=main)](https://coveralls.io/github/uiolee/hexo-plugin?branch=main)
[![codecov](https://codecov.io/gh/uiolee/hexo-plugin/graph/badge.svg?token=LEDILDMMKC)](https://codecov.io/gh/uiolee/hexo-plugin)

Turborepo of uiolee's hexo-plugin

## plugins list

| name | path | version | deps | npmjs | download |
| ------------------------- | ---------------------------------------------------------------------------- | ------- | ---- | -------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| hexo-absolute | [./plugins/hexo-absolute/](./plugins/hexo-absolute/) | 1.0.2 | 1 | [![npm](https://img.shields.io/npm/v/hexo-absolute?logo=npm&label=%20)](https://www.npmjs.com/package/hexo-absolute) | [![npm](https://img.shields.io/npm/dm/hexo-absolute?logo=npm&label=%20)](https://www.npmjs.com/package/hexo-absolute) |
| hexo-esbuild | [./plugins/hexo-esbuild/](./plugins/hexo-esbuild/) | 0.1.0 | 2 | [![npm](https://img.shields.io/npm/v/hexo-esbuild?logo=npm&label=%20)](https://www.npmjs.com/package/hexo-esbuild) | [![npm](https://img.shields.io/npm/dm/hexo-esbuild?logo=npm&label=%20)](https://www.npmjs.com/package/hexo-esbuild) |
| @uiolee/hexo-htmlnano | [./plugins/hexo-htmlnano/](./plugins/hexo-htmlnano/) | 0.1.2 | 2 | [![npm](https://img.shields.io/npm/v/@uiolee/hexo-htmlnano?logo=npm&label=%20)](https://www.npmjs.com/package/@uiolee/hexo-htmlnano) | [![npm](https://img.shields.io/npm/dm/@uiolee/hexo-htmlnano?logo=npm&label=%20)](https://www.npmjs.com/package/@uiolee/hexo-htmlnano) |
| hexo-symbols-count-time-2 | [./plugins/hexo-symbols-count-time-2/](./plugins/hexo-symbols-count-time-2/) | 2.0.1 | 0 | [![npm](https://img.shields.io/npm/v/hexo-symbols-count-time-2?logo=npm&label=%20)](https://www.npmjs.com/package/hexo-symbols-count-time-2) | [![npm](https://img.shields.io/npm/dm/hexo-symbols-count-time-2?logo=npm&label=%20)](https://www.npmjs.com/package/hexo-symbols-count-time-2) |
| hexo-workbox-build | [./plugins/hexo-workbox-build/](./plugins/hexo-workbox-build/) | 2.0.1 | 2 | [![npm](https://img.shields.io/npm/v/hexo-workbox-build?logo=npm&label=%20)](https://www.npmjs.com/package/hexo-workbox-build) | [![npm](https://img.shields.io/npm/dm/hexo-workbox-build?logo=npm&label=%20)](https://www.npmjs.com/package/hexo-workbox-build) |

### Build

To build all apps and packages, run the following command:

```bash
cd hexo-plugin
pnpm build
```