LPGhatguy / rbxfs

Sync Roblox scripts from the filesystem for easy editing!
MIT License
6 stars 1 forks source link

Collapse 'init.lua' files into ModuleScript objects #5

Closed LPGhatguy closed 6 years ago

LPGhatguy commented 6 years ago

I implemented this in rbxpacker. It's straightforward to do a post-sync transform of the tree to search for ModuleScript objects named init.

I'd like to implement this here and then standardize the implementation across all projects.

This will probably complicate #2.

LPGhatguy commented 6 years ago

Done!