hbristow / cookiecutter-cl

A Cookiecutter template for Common Lisp projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-cl

A cookiecutter template for Common Lisp projects

Features

  • Canonical Common Lisp project structure
  • ASDF system definitions
  • Test suite using lisp-unit and CI using travis
  • Standardized use of string designators
  • BSD licenced by default

Usage

$ pip install cookiecutter
$ cookiecutter https://github.com/hbristow/cookiecutter-cl

You'll be prompted to provide some basic information about your new project, which will then be auto-generated in the current working directory

About

A Cookiecutter template for Common Lisp projects

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Common Lisp 76.2%Language:Python 23.8%