Proteins • A primer for JavaScript libraries and frameworks development.
Install via NPM or Yarn:
npm i @chialab/proteins
yarn add @chialab/proteins
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.
Proteins is released under the MIT license.