Skip to content

Allow for user configurable templates. #2

Closed
@mahmud

Description

@mahmud

QUICKPROJECT should allow users to specify "templates" for code to be generated. Current signature for the driver function looks like this:

(quickproject:make-project &key depends-on name)

The following might be preferable.

(quickproject:make-project &key depends-on name &optional (template default-template))

Or similar. A template can be a directory path, possibly inferred from QP's root directory, or current directory. Or it can be a function name or a variable, containing actual Lisp code which can generate the template.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions