Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.45 KB

README.org

File metadata and controls

37 lines (27 loc) · 1.45 KB

https://img.shields.io/github/license/Kyure-A/el-project.svg?style=flat-square

el-project: Generate project skeleton for Emacs Lisp

This project is inspired by fukamachi/cl-project.

Installations

Push the following list to package-archives and install from package.el.

("kelpa" . "https://kelpa.kyre.moe/")

Alternatively, downloaders such as el-get, straight.el can be used.

Usage

M-x el-project:make-project

When this command is executed, questions about the project are displayed interactively in the echo area. Simply follow this and enter the project information to complete the project template.

You can also change the skeleton reference to your customized skeleton by changing el-project:default-skeleton-dir.

Features

  • Flexible templates

    el-project uses parameter embedding with s.el. Therefore, the output can be flexibly varied simply by changing the skeleton (see ”el-project/skeleton”).

  • Multiple choices of package development tools.
  • Multiple choices of README formats
    • README.org
    • README.md

License

This package is licensed by The GNU General Public License verson 3 or later. See LICENSE.