Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/next-theme/utils
Utilities for NexT.
https://github.com/next-theme/utils
hexo hexo-plugin theme-next
Last synced: 3 months ago
JSON representation
Utilities for NexT.
- Host: GitHub
- URL: https://github.com/next-theme/utils
- Owner: next-theme
- License: lgpl-3.0
- Created: 2020-06-21T17:27:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T23:25:36.000Z (4 months ago)
- Last Synced: 2024-11-01T21:45:58.956Z (3 months ago)
- Topics: hexo, hexo-plugin, theme-next
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@next-theme/utils
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NexT Util
[![npm-image]][npm-url]
[![lic-image]](LICENSE)
[![Theme Version](https://img.shields.io/badge/NexT-v7.3.0+-blue?style=flat-square)](https://theme-next.js.org)Utilities for NexT.
## Installation
![size-image]
[![dm-image]][npm-url]
[![dt-image]][npm-url]```bash
npm install @next-theme/utils
```## Usage
```js
const Util = require('@next-theme/utils');
const utils = new Util(hexo, __dirname);
```[npm-image]: https://img.shields.io/npm/v/@next-theme/utils?style=flat-square
[lic-image]: https://img.shields.io/npm/l/@next-theme/utils?style=flat-square[size-image]: https://img.shields.io/github/languages/code-size/next-theme/util?style=flat-square
[dm-image]: https://img.shields.io/npm/dm/@next-theme/utils?style=flat-square
[dt-image]: https://img.shields.io/npm/dt/@next-theme/utils?style=flat-square[npm-url]: https://www.npmjs.com/package/@next-theme/utils