Skip to content

roswell/mystic

Repository files navigation

Mystic

Build Status

A modular project skeleton generator.

Overview

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.

Usage

(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.

License

Copyright (c) 2016 Fernando Borretti ([email protected])

Licensed under the MIT License.

About

A modular project skeleton generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published