Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

EricCrosson/generator-emacs-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-emacs-package npm npm version

A yeoman generator for GNU Emacs packages

Install

npm i -g generator-emacs-package

Use

Create a directory for the new package, cd inside and generate the package skeleton with

yo emacs-package

or generate a package defining a minor-mode

yo emacs-package:minor-mode

Finally, address each TODO: statement in the generated project.

License

ISC © Eric Crosson