Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chialab/proteins

A primer for JavaScript libraries and frameworks development.
https://github.com/chialab/proteins

Last synced: about 2 months ago
JSON representation

A primer for JavaScript libraries and frameworks development.

Awesome Lists containing this project

README

        



Proteins logo


Proteins • A primer for JavaScript libraries and frameworks development.


NPM

---

## 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.