Genie - The Highly Productive Julia Web Framework
  • Home
  • Guides
    • Migrating Genie v4 apps to Genie v5
    • Working with Genie Apps
    • Working With Genie Apps: Intermediate Topics [WIP]
    • Using Genie in an interactive environment
    • Developing an API backend
    • Using Genie Plugins
    • Deploying Genie Apps On AWS
    • Controlling Load Order of Genie Apps
  • Tutorials
    • Welcome to Genie
    • Installing Genie
    • Getting started
    • Creating a web service
    • Developing MVC web applications
    • Handling URI/query params
    • Working with forms and POST payloads
    • Using JSON payloads
    • Uploading files
    • Adding your libraries into Genie
    • Loading and starting Genie apps
    • Managing Genie app's dependencies
    • Advanced routing
    • Auto-loading configuration code with initializers
    • The secrets file
    • Auto-loading user libraries
    • Using Genie with Docker
    • Working with WebSockets
    • Deploying to Heroku with Buildpacks
    • Deploying to server with Nginx
  • API
    • Assets
    • Commands
    • Configuration
    • Cookies
    • Encryption
    • Exceptions
    • FileTemplates
    • Generator
    • Genie
    • Headers
    • HttpUtils
    • Input
    • Loader
    • Logger
    • Renderer
    • HTML Renderer
    • JS Renderer
    • JSON Renderer
    • Requests
    • Responses
    • Router
    • Secrets
    • Server
    • Toolbox
    • Util
    • Watch
    • WebChannels
    • WebThreads
Version
  • API
  • FileTemplates
  • FileTemplates
GitHub
Genie.FileTemplates.appmodule — Function
appmodule(path::String)

Generates a custom app module when a new app is bootstrapped.

source
Genie.FileTemplates.newcontroller — Function
newcontroller(controller_name::String) :: String

Default content for a new Genie controller.

source
Genie.FileTemplates.newtask — Function
newtask(module_name::String) :: String

Default content for a new Genie Toolbox task.

source
Genie.FileTemplates.newtest — Function
newtest(plural_name::String, singular_name::String) :: String

Default content for a new test file.

source
« ExceptionsGenerator »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.8.1 on Thursday 13 March 2025. Using Julia version 1.11.4.