A modular project skeleton generator.
Some features:
-
Declarative: Options are specified in a declarative interface, so you have have multiple front-ends (command line, web, etc.) to the project generator.
-
Modular: Most of the functionality common to different templates (e.g. Travis support, the
.gitignore
file) is implemented as mixins.
(mystic:render (make-instance 'mystic.template.library:library-template)
(list :name "your-project"
:author "You"
:email "[email protected]"
:license "MIT"
:description "A one-line description of your project."
:dependencies "clack, postmodern")
#p"/home/you/code/your-project/")
I'll get around to writing an actual interface at some point.
Copyright (c) 2016 Fernando Borretti ([email protected])
Licensed under the MIT License.