# @chialab/proteins

> A primer for JavaScript libraries and frameworks development.

Latest version **3.7.2** (published 2024-04-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @chialab/proteins
pnpm add @chialab/proteins
yarn add @chialab/proteins
bun add @chialab/proteins
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.7.2 |
| Published | 2024-04-16 |
| First published | 2017-06-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 293.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Chialab |
| Maintainers | chialab-admin |
| Keywords | proteins, chialab, javascript, utils |

## Links

- npm: https://www.npmjs.com/package/@chialab/proteins
- Repository: https://github.com/chialab/proteins
- Homepage: https://chialab.io/p/proteins
- Issues: https://github.com/chialab/proteins/issues
- npm.io page: https://npm.io/package/@chialab/proteins

## Recent versions

- 3.7.2 (latest) — 2024-04-16
- 3.0.0-beta.4 (beta) — 2017-06-06
- 3.7.1 — 2022-06-06
- 3.7.0 — 2022-05-24
- 3.6.0 — 2022-05-23
- 3.5.0 — 2021-10-21
- 3.4.0 — 2021-06-25
- 3.3.3 — 2021-04-21
- 3.3.2 — 2021-04-19
- 3.3.1 — 2021-04-19
- 3.3.0 — 2021-04-19
- 3.2.6 — 2020-10-09
- 3.2.5 — 2020-07-29
- 3.2.4 — 2020-07-27
- 3.2.3 — 2020-07-17
- … 29 more at https://npm.io/package/@chialab/proteins/versions

## README

<p align="center">
    <a href="https://www.chialab.io/p/proteins">
        <img alt="Proteins logo" width="144" height="144" src="https://raw.githack.com/chialab/proteins/main/logo.svg" />
    </a>
</p>

<p align="center">
  <strong>Proteins</strong> • A primer for JavaScript libraries and frameworks development.
</p>

<p align="center">
    <a href="https://www.npmjs.com/package/@chialab/proteins"><img alt="NPM" src="https://img.shields.io/npm/v/@chialab/proteins.svg"></a>
</p>

---

## Get the library

Install via NPM or Yarn:

```
npm i @chialab/proteins
```

```
yarn add @chialab/proteins
```

---

## Development

[![Build status](https://github.com/chialab/proteins/workflows/Main/badge.svg)](https://github.com/chialab/proteins/actions?query=workflow%3ABuild)
[![codecov](https://codecov.io/gh/chialab/proteins/branch/main/graph/badge.svg)](https://codecov.io/gh/chialab/proteins)

### Build

Install the dependencies

```
yarn
```

and run the `build` script:

```
yarn build
```

This will generate the ESM and CJS bundles in the `dist` folder and declaration files in the `types` folder.

---

## License

Proteins is released under the [MIT](https://github.com/chialab/proteins/blob/main/LICENSE) license.

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