mystic

https://github.com/roswell/mystic.git

git clone 'https://github.com/roswell/mystic.git'

(ql:quickload :mystic)
10

Mystic

Build Status

A modular project skeleton generator.

Overview

Some features:

Usage

(mystic:render (make-instance 'mystic.template.library:library-template)
               (list :name "your-project"
                     :author "You"
                     :email "you@gmail.com"
                     :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.

License

Copyright (c) 2016 Fernando Borretti (eudoxiahp@gmail.com)

Licensed under the MIT License.