# render-utils

> > TODO: description

Latest version **1.0.12** (published 2023-06-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install render-utils
pnpm add render-utils
yarn add render-utils
bun add render-utils
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.12 |
| Published | 2023-06-25 |
| First published | 2023-03-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 14 |
| Unpacked size | 29.9 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | 不动声色 |
| Maintainers | cubber |

## Links

- npm: https://www.npmjs.com/package/render-utils
- Repository: https://gitee.com/mvc_ydb_admin/render
- npm.io page: https://npm.io/package/render-utils

## Dependencies (14)

- [axios](https://npm.io/package/axios.md) ^1.2.1
- [chalk](https://npm.io/package/chalk.md) 4.1.2
- [npmlog](https://npm.io/package/npmlog.md) ^7.0.1
- [semver](https://npm.io/package/semver.md) ^7.3.8
- [address](https://npm.io/package/address.md) ^1.2.2
- [consola](https://npm.io/package/consola.md) ^2.15.3
- [esbuild](https://npm.io/package/esbuild.md) ^0.16.10
- [webpack](https://npm.io/package/webpack.md) ^5.75.0
- [filesize](https://npm.io/package/filesize.md) ^10.0.6
- [fs-extra](https://npm.io/package/fs-extra.md) ^11.1.0
- [gzip-size](https://npm.io/package/gzip-size.md) 6.0.0
- [picocolors](https://npm.io/package/picocolors.md) ^1.0.0
- [strip-ansi](https://npm.io/package/strip-ansi.md) 6.0.1
- [recursive-readdir](https://npm.io/package/recursive-readdir.md) ^2.2.3

## Recent versions

- 1.0.12 (latest) — 2023-06-25
- 1.0.7 — 2023-06-11
- 1.0.6 — 2023-06-11
- 1.0.4 — 2023-06-08
- 1.0.3 — 2023-06-08
- 1.0.0 — 2023-04-20
- 0.0.39-alpha.0 — 2023-03-28
- 0.0.38-alpha.0 — 2023-03-28
- 0.0.37-alpha.0 — 2023-03-28
- 0.0.29-alpha.0 — 2023-03-06
- 0.0.28-alpha.0 — 2023-03-06
- 0.0.26-alpha.0 — 2023-03-06
- 0.0.23-alpha.0 — 2023-03-02
- 0.0.20-alpha.0 — 2023-03-02

## README

# `render-utils`

> render中的工具函数集合

## Usage

```
// 解构使用
import {
   buildConfig,
   checkNodeVersion,
} from 'render-utils';

// import export语法使用
import getNpmPkgLatestVersion = require('render-utils/lib/getNpmPkgLatestVersion');
```

---
_Source: https://npm.io/package/render-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
