# Resource Scaffolder

Generate a complete, working resource folder (manifest, config, client, server, optional NUI and SQL) wired for your framework with server-side permission checks already in place.

- Platform: FiveM
- Canonical page: https://devtoolsgg.com/fivem/resource
- Writes to: Download the zip and drop the folder straight into your resources directory.

## Options

### Resource

- `name` Folder name (required). Lowercase, no spaces. Becomes the resource id and the SQL table name.
- `label` Display name (required). Used in notifications and the NUI header.
- `author` Author. Goes into fxmanifest.lua.
- `framework` Framework (required). Adds the right import line and dependencies.
- `description` Description. One line about what the resource does.

### Features

- `command` Chat command. Adds a command whose permission is checked server-side, not on the client.
- `target` ox_target zone. Adds a sphere zone so players interact by looking at it.
- `nui` NUI interface. Adds html/index.html, style.css and script.js with focus handling and Escape to close.
- `database` Database table. Adds oxmysql, a SQL migration and a parameterised query example.

## How to cite

Resource Scaffolder, devtoolsgg.com. https://devtoolsgg.com/fivem/resource
