mirror of
https://github.com/correl/melpa.git
synced 2024-12-18 19:21:32 +00:00
Add ecukes recipe.
This commit is contained in:
parent
db9c9abb84
commit
292f95775a
1 changed files with 19 additions and 0 deletions
19
recipes/ecukes
Normal file
19
recipes/ecukes
Normal file
|
@ -0,0 +1,19 @@
|
|||
(ecukes :repo "rejeep/ecukes" :fetcher github
|
||||
:files ("ecukes"
|
||||
"ecukes-def.el"
|
||||
"ecukes-hooks.el"
|
||||
"ecukes-new.el"
|
||||
"ecukes-parse.el"
|
||||
"ecukes-pkg.el"
|
||||
"ecukes-print.el"
|
||||
"ecukes-run.el"
|
||||
"ecukes-startup.el"
|
||||
"ecukes-stats.el"
|
||||
"ecukes-steps.el"
|
||||
"ecukes-template.el"
|
||||
"ecukes.el"
|
||||
"templates"
|
||||
"templates/env.tpl"
|
||||
"templates/feature.tpl"
|
||||
"templates/step-definition.tpl"
|
||||
"templates/step.tpl"))
|
Loading…
Reference in a new issue