# new Generator(coreObj) → {Server.Modules.Generator}
This is the Generator Module of the Blackrock Application Server. It provides tools to generate new apps - providing the foundations for almost any idea for an application or app. There are currently no accessible methods exposed on this module.
Parameters:
Name | Type | Description |
---|---|---|
coreObj |
Server.Modules.Core | The Parent Core Object |
- Copyright:
- Copyright (c) 2021 Darren Smith
- License:
- Licensed under the LGPL license.
- Source:
Returns:
module - The Generator Module
Example
const generatorModule = core.module('generator');