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

Providing a skeleton directory #20

Open
ghost opened this issue May 31, 2016 · 0 comments
Open

Providing a skeleton directory #20

ghost opened this issue May 31, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented May 31, 2016

Currently as far as I know the skeleton directory must be provided by redefining it in cl-project and then calling the make-project.

(let ((cl-project:*skeleton-directory* my-skeleton-directory)) (cl-project:make-project params))

This could, however, pose a problem as executing such redefine would be considered alteration of the library cl-project. This would then mean that the program making the call would be required to be licensed under the LLGPL or another compatible license.

I'm not sure if this is the intended behavior as the user would then be only using their own templates.

Should there instead be key parameter that could be passed to the make-project function to avoid the redefinition.

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

No branches or pull requests

0 participants