tnoda / sbt-ensime.g8

giter8 template for Scala projects using sbt with ENSIME
1 stars 1 forks source link

g8 repository search for Emacs Template #1

Open bowerth opened 8 years ago

bowerth commented 8 years ago

Hi - I would like to use this giter8 template with the Template Emacs extension by @AmirHooshangi https://github.com/AmirHooshangi/Template Template uses the Github search api https://api.github.com/search/repositories?q=g8, however sbt-ensime.g8 is not among the results

AmirHooshangi commented 8 years ago

Hi, Thanks for reporting this bug, i think we're missing something in Github's search query, or we can skip it and let Template user to enter any text he/she wants (with no suggestion).

AmirHooshangi commented 8 years ago

@bowerth @tnoda I've updated the code, it no longer searches the github, instead you should enter your g8 repo name when calling create-project (in your case tnoda/sbt-ensime.g8) and it will create it. I had issues for updating the marmalade repo you can test it from code right now

bowerth commented 8 years ago

many thanks, this works perfectly for me - I replaced template.el in elpa/template-0.1.0 and byte-compiled the template.elc using (byte-compile-file "~/.emacs.d/elpa/template-0.1.0/template.el")

AmirHooshangi commented 8 years ago

Thanks for fixing the code, it was late night commit + typos :)))