Skip to main content
Home
This package has been archived, and as such it is read-only.

An object-oriented efficient MVC and REST framework

This package works with Cloudflare Workers, Deno
This package works with Cloudflare Workers
This package works with Deno
JSR Score
88%
Published
8 months ago (0.2.5)
class Candy

Asistant class

Static Properties

Static Methods

configure(
object: any,
properties: any,
): any
createObject<T>(clazz: { [key: string]: any; classType: new () => T; }): T

Create an object with the specified configuration

createObjectAsString(
classPath: string,
parameters?: any,
): Promise<any>

Create an object with the specified class path

Delete a path alias

Get the actual path of alias

setPathAlias(
alias: string,
path: string,
): void

Register a path alias

toFilePath(absolutePath: string): string

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@candy/framework

Import symbol

import Candy from "@candy/framework/Candy";
or

Import directly with a jsr specifier

import Candy from "jsr:@candy/framework/Candy";