Skip to main content
Module

x/fastro/cli/mod.ts

Fast and simple web application framework for deno
Go to Latest
File
export * from "./controller.ts";export * from "./create.ts";export * from "./deploy.ts";export * from "./entrypoint.ts";export * from "./fastro.ts";export * from "./handler.ts";export * from "./help.ts";export * from "./init.ts";export * from "./register.ts";export * from "./watch.ts";export * from "../template/controller.ts";export * from "../template/docker.ts";export * from "../template/favicon.ts";export * from "../template/html.ts";export * from "../template/middleware.ts";export * from "../template/render.ts";export * from "../template/settings.ts";