Skip to content

DheerajMahra/cassata-ui

Repository files navigation

cassata-ui

Storybook docs Code formatting using Prettier Commit conventions using Commitizen

A sweet set of components for your React ecosystem

Installation

TODO

Development

Using Commitizen for Commits

We use Commitizen for structured commits, ensuring adherence to conventional commit standards.

Instead of using

git commit -m "{mesage}"

run the following command:

npm run git:commit

This will prompt you to fill out the necessary information for a structured commit message based on the Conventional Commits specification.

Recommended Extensions

To improve your development experience, we recommend installing the following VS Code extensions:

  1. EditorConfig for VS Code: Helps maintain consistent coding styles between different editors and IDEs. You can find more information and installation instructions here.

  2. Prettier: An opinionated code formatter that supports many languages. To ensure a consistent code style, install the Prettier extension for your editor.

Releases

No releases published

Packages

No packages published