# Just install and run

Modify your package.json scripts

```json
"scripts":{
	"rearob":"node node_modules/rearob/index"
}
```

```bash
$npm run rearob
```