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.
Lowercase, no spaces. Becomes the resource id and the SQL table name.
Used in notifications and the NUI header.
Goes into fxmanifest.lua.
Adds the right import line and dependencies.
One line about what the resource does.
Adds a command whose permission is checked server-side, not on the client.
Adds a sphere zone so players interact by looking at it.
Adds html/index.html, style.css and script.js with focus handling and Escape to close.
Adds oxmysql, a SQL migration and a parameterised query example.