Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.2 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.2 KB

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 codecov

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