haiku-common
v3.1.32
Published
Common library for Haiku.
Downloads
12
Readme
common
Common library for Haiku.
Setup
After cloning the repo:
$ yarn install
Then develop with:
$ yarn develop
Tests
Run the tests with:
$ yarn test
Linting
Lint with:
$ yarn lint
Autofix lint errors with:
$ yarn fix