# @proload/plugin-rc

> A proload plugin to support '[namespace]rc' files

Latest version **0.2.1** (published 2022-04-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @proload/plugin-rc
pnpm add @proload/plugin-rc
yarn add @proload/plugin-rc
bun add @proload/plugin-rc
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2022-04-26 |
| First published | 2021-02-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 80 |
| Author | Nate Moore |
| Maintainers | natemoo-re |
| Keywords | proload-plugin, rc |

## Links

- npm: https://www.npmjs.com/package/@proload/plugin-rc
- Repository: https://github.com/natemoo-re/proload
- Homepage: https://github.com/natemoo-re/proload#readme
- Issues: https://github.com/natemoo-re/proload/issues
- npm.io page: https://npm.io/package/@proload/plugin-rc

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 0.2.1 (latest) — 2022-04-26
- 0.2.1-next.0 (next) — 2022-04-26
- 0.2.0 — 2022-03-20
- 0.1.1 — 2021-11-09
- 0.1.0 — 2021-02-10

## README

# `@proload/plugin-rc`

Enables the loading of `[namespace]rc` files with any extension using [`@proload/core`](https://github.com/natemoo-re/proload).

```js
import load from '@proload/core';
import rc from '@proload/plugin-rc';

load.use([rc]);
await load('namespace');
```

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