Skip to content

Kyure-A/el-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published