UNPKG

pedrodev.applications

Version:

a package to manage Pedro De's applications, but useful for others.

11 lines (10 loc) 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const app_config_1 = require("../config/app.config"); let app = new app_config_1.PedroDevApp({ name: "TestProject", description: "Um projeto de teste", mainFile: "./testmain.ts", dirname: __dirname, type: app_config_1.ApplicationsTypes.PersonalProject }).execute();