Skip to content
forked from Stuyk/rebar-altv

Accelerate your game mode development with a simple alt:V framework written in TypeScript.

Notifications You must be signed in to change notification settings

d2kk/rebar-altv

This branch is 1 commit ahead of, 5 commits behind Stuyk/rebar-altv:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 19, 2024
Apr 25, 2024
Sep 22, 2024
Jun 27, 2024
Oct 7, 2024
Nov 18, 2024
Sep 22, 2024
Jul 26, 2024
Sep 22, 2024
Jun 3, 2024
Jul 24, 2024
Jul 24, 2024
Sep 22, 2024
Sep 22, 2024
Jun 27, 2024
Jun 14, 2024

Repository files navigation

Rebar for alt:V

Rebar is a TypeScript framework for alt:V that prioritizes plugins, translations. Rebar was inspired by Athena and meant to take Athena's best features and create a framework that gives developers a quick starting point.

Plugins for Rebar allow developers to drag & drop repositories into their server framework.

Features

  • TypeScript
  • Plugins
  • Locale / Translation Support
  • Path Aliasing
  • Transpiling
  • Reload
  • Webview Overlays, Persistent Pages, and Single Pages
  • Vue 3
  • TailwindCSS

Where to find Plugins?

If you're looking for plugins for Rebar, check out these two websites.

Requirements & Usage

See Install Instructions for quick installation

Structure

A folder structure that is simple to read, and simple to write.

├───main
│   ├───client
│   ├───server
│   ├───shared
│   └───translate
└───plugins
    └───your-plugin
        ├───client
        │   └───index.ts
        ├───server
        │   └───index.ts
        ├───translate
        │   └───index.ts
        └───webview
            └───MyCustomPage.vue

Documentation

https://rebarv.com

If you wish to run documentation locally, you can do the following:

pnpm install retypeapp --global
retype start ./docs

About

Accelerate your game mode development with a simple alt:V framework written in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 2.5%
  • Other 0.9%