Create inflections.rcp and helm-rails.rcp

This commit is contained in:
Adam Sokolnicki 2013-01-18 07:54:05 -08:00 committed by asok
parent fb007adf2b
commit 95a3e07007
2 changed files with 9 additions and 0 deletions

6
recipes/helm-rails.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name helm-rails
:description "Helm extension for Rails projects"
:type github
:pkgname "asok/helm-rails"
:depends (helm magit inflections)
:features helm-rails-loaddefs)

3
recipes/inflections.rcp Normal file
View File

@ -0,0 +1,3 @@
(:name inflections
:description "Convert english words between singular and plural"
:type elpa)