Skip to content

A primer for JavaScript libraries and frameworks development.

License

Notifications You must be signed in to change notification settings

chialab/proteins

Repository files navigation

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.