# Cross-api

[![node version](https://img.shields.io/badge/node-v16.9.0-00BBFF)](https://nodejs.org/en/download)
&nbsp;
[![socket badge](https://socket.dev/api/badge/npm/package/cross-api)](https://socket.dev/npm/package/cross-api)
&nbsp;
[![npm version](https://img.shields.io/npm/v/cross-api.svg?color=CB3837)](https://www.npmjs.com/package/cross-api)
&nbsp;
[![install size](https://packagephobia.com/badge?p=cross-api)](https://packagephobia.com/result?p=cross-api)

### A CLI which can generate a good, clean and statically typed API structure with typescript and SOLID principles. It's features includes CRUD operations, providers, unit tests and documentation.

### Check cross-api [documentation](https://cross-packages.gitbook.io/cross-api) for more details

---

### To install the project:

```bash
npm install cross-api --save-dev
```

### Enter the following code in the terminal to make the initial configuration:

```bash
npx cross config
```

### It will install yarn globally so to see the available commands type:

```bash
yarn cross help
```

---
