# Installation

### Install globally

```sh
npm i xeno-cli@latest -g
```

### Install locally

```sh
# npm
npm i xeno-cli@latest -D

# yarn
yarn add xeno-cli@latest -D
```
