Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for user configurable templates. #2

Closed
mahmud opened this issue Apr 27, 2011 · 0 comments · Fixed by #14 · May be fixed by #11
Closed

Allow for user configurable templates. #2

mahmud opened this issue Apr 27, 2011 · 0 comments · Fixed by #14 · May be fixed by #11

Comments

@mahmud
Copy link

mahmud commented Apr 27, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant