# New-File

> Creates a new Economy script locally filled with template code.

Creates a new Economy script locally filled with template code.

## Command

Authentication Required: `No`

### Currency

```text
ugs economy currency new-file <file-name> [options]
```

### Inventory Item

```text
ugs economy inventory new-file <file-name> [options]
```

### Virtual Purchase

```text
ugs economy virtual-purchase new-file <file-name> [options]
```

### Real Money Purchase

```text
ugs economy real-money-purchase new-file <file-name> [options]
```

## Arguments

`<file-name>` The name of the file to create

## Options

|       | Alias          | Description                         |
| ----- | -------------- | ----------------------------------- |
| force | -f, --force    | Overwrites existing file            |
| help  | -?, -h, --help | Display help and usage information. |
| quiet | -q, --quiet    | Reduce logging to a minimum.        |
| json  | -j, --json     | Use JSON as the output format.      |
