create-fivem-resource
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "create-fivem-resource", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -28,3 +28,21 @@ <h1 align="center">Create FiveM Resource</h1> | ||
<p align='center'> | ||
<img src='https://github.com/JustinMartinDev/create-fivem-resource/blob/main/demo-cli-1.0.6.gif' width='600' alt='create-fivem-resource' /> | ||
<img src='https://github.com/JustinMartinDev/create-fivem-resource/blob/main/demo-cli-1.0.7.gif' width='600' alt='create-fivem-resource' /> | ||
</p> | ||
## Roadmap | ||
🕑: to do | ||
🚧: wip | ||
✅: finished | ||
| Template | Status | Link | | ||
| ------------------------ | ------ | -------------------------------------------------------------------------------------------------- | | ||
| Typescript - Nui - React | 🚧 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/typescript/nui/react) | | ||
| Typescript - Nui - Vue | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/typescript/nui/vue) | | ||
| Typescript - Vanilla | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/typescript/vanilla) | | ||
| Javascript - Nui - React | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/javascript/nui/react) | | ||
| Javascript - Nui - Vue | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/javascript/nui/vue) | | ||
| Javascript - Vanilla | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/javascript/vanilla) | | ||
| Lua - Nui - React | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/lua/nui/react) | | ||
| Lua - Nui - Vue | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/lua/nui/vue) | | ||
| Lua - Vanilla | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/lua/vanilla) | |
{ | ||
"name": "create-fivem-resource", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -30,1 +30,19 @@ <h1 align="center">Create FiveM Resource</h1> | ||
</p> | ||
## Roadmap | ||
🕑: to do | ||
🚧: wip | ||
✅: finished | ||
| Template | Status | Link | | ||
| ------------------------ | ------ | -------------------------------------------------------------------------------------------------- | | ||
| Typescript - Nui - React | 🚧 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/typescript/nui/react) | | ||
| Typescript - Nui - Vue | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/typescript/nui/vue) | | ||
| Typescript - Vanilla | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/typescript/vanilla) | | ||
| Javascript - Nui - React | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/javascript/nui/react) | | ||
| Javascript - Nui - Vue | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/javascript/nui/vue) | | ||
| Javascript - Vanilla | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/javascript/vanilla) | | ||
| Lua - Nui - React | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/lua/nui/react) | | ||
| Lua - Nui - Vue | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/lua/nui/vue) | | ||
| Lua - Vanilla | 🕑 | [link](https://github.com/JustinMartinDev/fivem-resource-templates/tree/main/lua/vanilla) | |
20129
48