canvas-ui

SonarCloud status

Quality Gate Status Technical Debt Reliability Rating Duplicated Lines (%) Vulnerabilities Bugs Security Rating Maintainability Rating Code Smells Lines of Code

Packages status

@pitcher/canvas-ui

npm latest version npm next version

@pitcher/js-api

npm latest version npm next version

@pitcher/theme

npm latest version npm next version

Pipeline status

Release and publish lib to npm

Tech stack

Scripts

  • yarn lib:dev - starts lib in watch mode. usually started from the consuming project
  • yarn lib:build - builds lib for prod (splits chunks for proper tree shaking)
  • yarn lib:test - starts tests in watch mode for creating new ones or TDDing
  • yarn lib:extract:translations - extracts new translation keys in order for you to be able to add their literals
  • yarn api:generate:types:latest - generates latest types from our REST API which are bundled into the published npm package

Miscellaneous

  • To use our color palette in other components: import useThemeVars from '@lib/composables/useThemeVars