Skip to main content
Module

x/mandarinets/egg.json

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Go to Latest
File
{ "name":"MandarineTS", "description":"Mandarine.TS is a framework that allows you to create any kind of application with built-in systems such as Dependency Injection, ORM, Components and More. It is divided in 4 modules: Core, Data, Security and MVC.", "stable":true, "entry": "./mod.ts", "unlisted": false, "repository": "https://github.com/mandarineorg/mandarinets", "files": [ "./cli/**/*", "./logger/**/*", "./main-core/**/*", "./mvc-framework/**/*", "./orm-core/**/*", "./pluggins/**/*", "./security-core/**/*", "./tests/**/*", "./cli.ts", "./deps.ts", "./mandarine-project-structure.ts", "./mod.ts", "./README.md", "./tsconfig.json", "./orange-test.json", "./LICENSE", "./.gitignore", "./egg.json" ], "version": "2.0.1"}