# Commands

## Create

Create a new Floyd project by providing the project name and its path

```bash
floyd create <name> <path>
```

for example:

```bash
floyd create hello-world ~/playground
```

## Add

Add new component to your project (Make sure you are inside the project's root directory)

```bash
floyd add cat
```
