# The tool for creating, serving, and publishing OREST Inputs

## Local use in development mode

```sh
# link
npm link @onereach/orest-input-cli
# unlink
npm unlink @onereach/orest-input-cli
```

## Create your first input

```sh
orest-input create folder_name
cd folder_name
pnpm i
```
