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

https://github.com/theme-next/next-util

Utilities for NexT.
https://github.com/theme-next/next-util

Last synced: 12 months ago
JSON representation

Utilities for NexT.

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.org)

Utilities for NexT.

## Installation

![size-image]
[![dm-image]][npm-url]
[![dt-image]][npm-url]

```bash
npm install next-util
```

## Usage

```js
const Util = require('next-util');
const utils = new Util(hexo, __dirname);
```

[npm-image]: https://img.shields.io/npm/v/next-util?style=flat-square
[lic-image]: https://img.shields.io/npm/l/next-util?style=flat-square

[size-image]: https://img.shields.io/github/languages/code-size/theme-next/next-util?style=flat-square
[dm-image]: https://img.shields.io/npm/dm/next-util?style=flat-square
[dt-image]: https://img.shields.io/npm/dt/next-util?style=flat-square

[npm-url]: https://www.npmjs.com/package/next-util