File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
docs/content/en/Getting Started Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,20 @@ You will be asked with some questions about the package you are going to create:
7171package name: (your-project)
7272version: (1.0.0)
7373description: Your project description!
74- entry-point: (your-project-file.el)
75- emacs-version: (26.1)
74+ entry point: (your-project.el)
75+ emacs version: (26.1)
76+ website: https://example.com/project-url/
77+ keywords: tools example
7678About to write to /path/to/project/Eask:
7779
7880(package "your-project"
7981 "1.0.0"
8082 "Your project description!")
8183
82- (package-file "your-project-file.el")
84+ (website-url "https://example.git/your-project/")
85+ (keywords "tools" "example")
86+
87+ (package-file "your-project.el")
8388
8489(source "gnu")
8590
You can’t perform that action at this time.
0 commit comments