Install the dependencies:
{{ packageManager }} installBuild the library:
{{ packageManager }} run buildBuild the library in watch mode:
{{ packageManager }} run devRun tests:
{{ packageManager }} run testRun tests in watch mode:
{{ packageManager }} run test:watch