# Alba Cars DTOs

A package containing DTOs, validation classes and common modules and interfaces for Alba Cars

## Installation

```bash
npm install github:alba-cars/AlbaCarsCommonModules
```

## Usage


## Development

To set up the project for development:

1. Clone the repository:
```bash
git clone https://github.com/alba-cars/AlbaCarsCommonModules.git
```

2. Install dependencies:
```bash
npm install
```

3. Build the package:
```bash
npm run prepare
```

   This command will compile the TypeScript code into JavaScript in the `dist` directory.

4. Run tests:
```bash
npm test
```

## License

This project is unlicensed.
