Skip to content

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox

License

Notifications You must be signed in to change notification settings

YuuwaExpanderBleed/NevermoreEngine-PR

 
 

Repository files navigation

Nevermore

Documentation status Discord Build and release status

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox.

View docs →
 
WARNING: This branch of Nevermore is under development and is gaining CI/CD and other quality-of-life upgrades. Usage may be unstable at this point, and versions may not be fully semantically versioned. ⚠
 

Install using npm

Nevermore is designed to use npm to manage packages. You can install a package like this.

npm install @quenty/maid

Each package is designed to be synced into Roblox using rojo.

Install using bootstrapper

To install Nevermore, paste the following code into your command bar in Roblox Studio!

local h = game:GetService("HttpService") local e = h.HttpEnabled h.HttpEnabled = true loadstring(h:GetAsync("https://raw.githubusercontent.com/Quenty/NevermoreEngine/version2/Install.lua"))(e)

About

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 98.8%
  • Python 1.2%