ts-fivem-template

Quickly create a fivem resource in TypeScript, includes CitizenFX types, ESLint and Prettier

MIT License

Stars
5

ts-fivem-template

Quickly create a fivem resource in TypeScript, includes CitizenFX types, ESLint and Prettier

Development

Install the dependencies

npm install

Activate your creative mind

Start coding your FiveM resource. Once ready to install into FiveM, run the following command:

npm run build

This will create a dist folder, place this folder in the resources folder, you can rename this folder to your resource's name.