haiku-common
v3.1.32
Published
Common library for Haiku.
Readme
common
Common library for Haiku.
Setup
After cloning the repo:
$ yarn installThen develop with:
$ yarn developTests
Run the tests with:
$ yarn testLinting
Lint with:
$ yarn lintAutofix lint errors with:
$ yarn fix