cl-atelier

2023-10-21

No Description

Upstream URL

github.com/melusina-org/cl-atelier

Author

Michaël Le Barbier

License

MIT License
README

Atelier – Atelier for Lisp developers

The atelier for Lisp developers is providing useful tools for Lisp developpers such as project templates and a linter.

Continuous Integration

This software is Copyright © 2017–2023 Michaël Le Barbier and is distributed under the terms described in the LICENSE file.

Introduction

Example how to create a new Lisp project

(org.melusina.atelier:new-lisp-project
	  #p"~/Lisp/atelier/"
	  :copyright-holder "Michaël Le Barbier"
	  :copyright-year "2023"
	  :project-filename "org.melusina.atelier"
	  :project-name "Atelier"
	  :project-description "An Atelier for Lisp developers"
	  :project-long-description
      #.(concatenate 'string
        "The atelier for Lisp developers is providing useful tools "
        "for Lisp developpers such as project templates and a linter.")
      :homepage "https://github.com/melusina-org/cl-atelier"
      :license :mit)

Dependencies (6)

  • alexandria
  • cl-confidence
  • cl-ppcre
  • cl-rashell
  • osicat
  • trivia
  • GitHub
  • Quicklisp