Generator

Server.Modules. Generator

# 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

Author:
  • Darren Smith
License:
  • Licensed under the LGPL license.
Returns:

module - The Generator Module

Type
Server.Modules.Generator
Example
const generatorModule = core.module('generator');

Extends