# @reactizer/boil-lib

> The best React library boilerplate!

Latest version **0.30.1** (published 2020-01-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @reactizer/boil-lib
pnpm add @reactizer/boil-lib
yarn add @reactizer/boil-lib
bun add @reactizer/boil-lib
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.30.1 |
| Published | 2020-01-14 |
| First published | 2020-01-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=12 |
| Dependencies | 0 |
| Unpacked size | 8.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | oreqizer |
| Maintainers | oreqizer |

## Links

- npm: https://www.npmjs.com/package/@reactizer/boil-lib
- npm.io page: https://npm.io/package/@reactizer/boil-lib

## Recent versions

- 0.30.1 (latest) — 2020-01-14
- 0.30.0 — 2020-01-13

## README

# @reactizer/boil-lib

The best **React** library boilerplate!

## Setup

```sh
yarn init # fill in yo project info
yarn add @reactizer/cli @reactizer/boil-lib -D
yarn reactizer init --app lib
yarn
```

Then adjust your `README.md`, and add the following to `package.json`:

```json
{
  "files": [
    "lib",
    "index.d.ts",
    "README.md"
  ]
}
```

For updating, run `yarn reactizer update --app lib` and revert any undesired changes.

## Commits

Follow `@commitlint/conventional` with a mandatory **scope** of:
* `dev` for non-production things like CI or tests
* `types` for adjusting `.js.flow` files or type signatures
* `src` for library changes, features, patches...

Examples:
* `docs(dev): document commits`
* `feat(src): add new hook`
* `chore(types): new spread syntax`

## Release

* `yarn release`
* `yarn publish`

## License

MIT

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