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