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.
- Host: GitHub
- URL: https://github.com/theme-next/next-util
- Owner: theme-next
- License: lgpl-3.0
- Created: 2019-10-03T04:09:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T19:51:11.000Z (over 1 year ago)
- Last Synced: 2024-11-11T21:27:21.033Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NexT Util
[![npm-image]][npm-url]
[![lic-image]](LICENSE)
[](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