0.2.15 • Published 1 year ago

create-fivemworke-app v0.2.15

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

FiveMworke

The first FiveM TypeScript Framework

Why use fivemworke?

  • Fivemworke's directory system makes development much more organized and automates the generation of fxmanifes.lua resources and configurations
  • Fivemworke is in typescript. a great language with typing and that will make development faster with the typing of server functions and client functions.
  • Fivemworke will compile the files into one making the project lighter.

Usage

  1. Settup a fivem server. Fivem Docs to settup a server
  2. Run npx create-fivemworke-app app at dir of fivem server.
  3. this is the framework folder structure.
  ├── app
  │   └── src
  |         └── resource-name
  |                       └── client
  |                       └── server
  |                       └── nui
  ├── resources
  ├── start.bat
  1. The name of the folder resource-name, will be the name of the resource.
  2. The client folder will contain all the files with the client scripts, which when compiled with the build command will be transformed into a single file.
  3. Same thing for server folder
  4. The nui folder will contain the nui of the resource.

How it works?

Contributions

This is my first open source lib that i'm creating, i don't understand much about open source projects but i'm studying about it, to improve the community and contributors.

Any contribution such as bug reports, bug fixes and framework improvements are welcome and each pull request will be analyzed and if proposed improvements will be merged into the main branch and the new version of the package will be published

  • System Files to generate fxmanifest.lua
  • Compile ts to /resources
  • React
  • Gerar o fxmanifest.lua por ultimo e adionar uipage apenas se existir
0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.8-canary.7

1 year ago

0.1.8-canary.6

1 year ago

0.1.8-canary.5

1 year ago

0.1.8-canary.4

1 year ago

0.1.8-canary.3

1 year ago

0.1.8-canary.2

1 year ago

0.1.8-canary.1

1 year ago

0.1.8-canary

1 year ago

0.1.7

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago