@vxf/core
TypeScript icon, indicating that this package has built-in type declarations

1.0.2-2 • Public • Published

VXF/core package

It was created to make fivem scripting easier using typescript

Download & Install

using npm

npm i @vxf/core

using yarn

yarn add @vxf/core

https://www.npmjs.com/package/@vxf/core

Docs

Decorators

  1. chat command
  2. export
  3. local event
  4. net event
  5. tick
  6. load resource file
  7. controller

Dependency injection

The package uses Inversify for dependency injection. https://github.com/inversify/InversifyJS Vertex makes any class that's decorated as @Controller() injectable, so you can use inversify package's decorators. However, the package contains Pascal case aliases that you can use either.

Contributing

Feel free to contribute to this package

License

Well, the license is MIT. Its specified in package.json

Keywords

none

Install

npm i @vxf/core

DownloadsWeekly Downloads

74

Version

1.0.2-2

License

MIT

Unpacked Size

79 kB

Total Files

153

Last publish

Collaborators

  • lurkmorr