0.3.1 • Published 5 years ago

@rbxts/aerots v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

aeroTS

NPM

A port of AeroGameFramework to roblox-ts

This was updated as of commit 42ef782

Features:

  • IntelliSense for modules/service/controllers
  • Lazy loaded modules. No more cyclic dependencies!

Installation

npm i @rbxts/aerots

Create src/GlobalRegistry.d.ts that follows the template file!

Usage

  • AeroGameFramework comes with a lot of preinstalled files. These can be removed
  • Create a file under your desired location, and add it to src/GlobalRegistry.d.ts in the defined format
  • For examples on how to do this, see examples

Recommendations

I suggest you hide the folder src/internal, in Visual Studio Code this can be done by

  • Opening settings with File > Preferences > Settings
  • Choosing User/Workspace depending on global/local file exclusion
  • Searching for Files: Exclude
  • Adding **/src/internal and **/.vscode to the patterns to hide
0.3.1

5 years ago