Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.56 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.56 KB

Cozy libs

Sharing Helpers for Cozy Application Development

Libraries

Dev tools

  • Babel Preset Cozy App: Config for babel transpiling (for applications and libraries)
  • Cozy Commitlint Config: Commitlint config enforcing the cozy commit convention
  • Cozy Browserslist Config: Browserslist config enforcing the official Cozy supported browsers
  • ESLint Config Cozy App: Config for eslint using prettier (for applications and libraries)
  • Cozy Logger: Logs message in a human friendly way while developing and logs in JSON when in production. It can be used by konnectors, services alike, and web apps.

CLI

  • Cozy CI: Utility scripts for Cozy Cloud CI integration
  • Cozy App Publish: Publish an application/konnector to the Cozy Cloud registry

Note

  • To run unit tests of a package, as some packages may be required for testing, you must first build the cozy-libs packages by running yarn build.